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捌 | 0011111110000010100010001000111001001010 | 3f82888e4a |
EUC-JP | 泫h捌 | 10001111110001111010011010100011111010001011101110101011 | 8fc7a6a3e8bbab |
UTF-8 | 泫h捌 | 111001101011001110101011111011111011110110001000111001101000110110001100 | e6b3abefbd88e68d8c |
UHC | 泫h捌 | 111110101101101010100011111010001111100010100100 | fadaa3e8f8a4 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)