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 | ?? | 0011111100111111 | 3f3f |
SJIS-WIN | 洩洩 | 10001001011010111000100101101011 | 896b896b |
EUC-JP | 洩洩 | 10110001110011001011000111001100 | b1ccb1cc |
UTF-8 | 洩洩 | 111001101011010010101001111001101011010010101001 | e6b4a9e6b4a9 |
UHC | 洩洩 | 11100000110111011110000011011101 | e0dde0dd |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)