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 | ÀLG | 1001000011000000100100010100110001000111 | 90c0914c47 |
SJIS-WIN | ???LG | 0011111100111111001111110100110001000111 | 3f3f3f4c47 |
EUC-JP | ?À?LG | 00111111100011111010101010100010001111110100110001000111 | 3f8faaa23f4c47 |
UTF-8 | ÀLG | 1100001010010000110000111000000011000010100100010100110001000111 | c290c380c2914c47 |
UHC | ???LG | 0011111100111111001111110100110001000111 | 3f3f3f4c47 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)