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 | ???X???XB | 001111110011111100111111010110000011111100111111001111110101100001000010 | 3f3f3f583f3f3f5842 |
SJIS-WIN | ???X???XB | 001111110011111100111111010110000011111100111111001111110101100001000010 | 3f3f3f583f3f3f5842 |
EUC-JP | ???X???XB | 001111110011111100111111010110000011111100111111001111110101100001000010 | 3f3f3f583f3f3f5842 |
UTF-8 | 묷뫌뫚X묷뫌뫚XB | 111010111010110010110111111010111010101110001100111010111010101110011010010110001110101110101100101101111110101110101011100011001110101110101011100110100101100001000010 | ebacb7ebab8cebab9a58ebacb7ebab8cebab9a5842 |
UHC | 묷뫌뫚X묷뫌뫚XB | 100100100100101110010001101011101001000110111010010110001001001001001011100100011010111010010001101110100101100001000010 | 924b91ae91ba58924b91ae91ba5842 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)