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 | À¹LhÀ¹L | 11000000101110010100110001101000110000001011100101001100 | c0b94c68c0b94c |
SJIS-WIN | ??Lh??L | 00111111001111110100110001101000001111110011111101001100 | 3f3f4c683f3f4c |
EUC-JP | À?LhÀ?L | 1000111110101010101000100011111101001100011010001000111110101010101000100011111101001100 | 8faaa23f4c688faaa23f4c |
UTF-8 | À¹LhÀ¹L | 1100001110000000110000101011100101001100011010001100001110000000110000101011100101001100 | c380c2b94c68c380c2b94c |
UHC | ?¹Lh?¹L | 001111111010100111110110010011000110100000111111101010011111011001001100 | 3fa9f64c683fa9f64c |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)