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 | 茹丈勘 | 111001001010010110001111111001001000101010101000 | e4a58fe48aa8 |
EUC-JP | 茹丈勘 | 111010001010011110111110111001101011010010101010 | e8a7bee6b4aa |
UTF-8 | 茹丈勘 | 111010001000110010111001111001001011100010001000111001011000101110011000 | e88cb9e4b888e58b98 |
UHC | 茹丈勘 | 111001101010101011101101110110111100101011101011 | e6aaeddbcaeb |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)