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 | 壕?奚 | 1000110110001000001111111001101011110110 | 8d883f9af6 |
EUC-JP | 壕?奚 | 1011100111101000001111111101010011111000 | b9e83fd4f8 |
UTF-8 | 壕렜奚 | 111001011010001110010101111010111010000010011100111001011010010110011010 | e5a395eba09ce5a59a |
UHC | 壕렜奚 | 111110111011110110001110101011101111101010101000 | fbbd8eaefaa8 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)