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 | ??L@??L@B | 001111110011111101001100010000000011111100111111010011000100000001000010 | 3f3f4c403f3f4c4042 |
SJIS-WIN | ??L@??L@B | 001111110011111101001100010000000011111100111111010011000100000001000010 | 3f3f4c403f3f4c4042 |
EUC-JP | ??L@??L@B | 001111110011111101001100010000000011111100111111010011000100000001000010 | 3f3f4c403f3f4c4042 |
UTF-8 | 룵₃L@룵₃L@B | 1110101110100011101101011110001010000010100000110100110001000000111010111010001110110101111000101000001010000011010011000100000001000010 | eba3b5e282834c40eba3b5e282834c4042 |
UHC | 룵₃L@룵₃L@B | 10001111101010101010100111111101010011000100000010001111101010101010100111111101010011000100000001000010 | 8faaa9fd4c408faaa9fd4c4042 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)