To what bitstring a character(s) is encoded in each character set?
Input one character or short letters and click "Convert."
Charset | Character | Bit string (binary) | Bit String (hexadecimal) |
---|---|---|---|
ISO-8859-1 | LX¡G | 1001001001001100100100100101100010010001101000011001001001000111 | 924c925891a19247 |
SJIS-WIN | ?L?X???G | 0011111101001100001111110101100000111111001111110011111101000111 | 3f4c3f583f3f3f47 |
EUC-JP | ?L?X?¡?G | 00111111010011000011111101011000001111111000111110100010110000100011111101000111 | 3f4c3f583f8fa2c23f47 |
UTF-8 | LX¡G | 11000010100100100100110011000010100100100101100011000010100100011100001010100001110000101001001001000111 | c2924cc29258c291c2a1c29247 |
UHC | ?L?X?¡?G | 001111110100110000111111010110000011111110100010101011100011111101000111 | 3f4c3f583fa2ae3f47 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)