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 | 歪菰? | 1001100001100011100011001101010000111111 | 98638cd43f |
EUC-JP | 歪菰? | 1100111111000100101110001101011000111111 | cfc4b8d63f |
UTF-8 | 歪菰눼 | 111001101010110110101010111010001000111110110000111010111000100010111100 | e6adaae88fb0eb88bc |
UHC | 歪菰눼 | 111010001110000011001101110010101011010010110100 | e8e0cdcab4b4 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)