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 | ??? | 001111110011111100111111 | 3f3f3f |
SJIS-WIN | 藉h捌 | 111001010101001110000010100010001000111001001010 | e55382888e4a |
EUC-JP | 藉h捌 | 111010011011010010100011111010001011101110101011 | e9b4a3e8bbab |
UTF-8 | 藉h捌 | 111010001001011110001001111011111011110110001000111001101000110110001100 | e89789efbd88e68d8c |
UHC | 藉h捌 | 111011011011111010100011111010001111100010100100 | edbea3e8f8a4 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)