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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | 鄒ッ陷洩 | 11100111101111101010111111101000100111001000100101101011 | e7beafe89c896b |
EUC-JP | 鄒ッ陷洩 | 1110111011000000100011101010111111101111111111001011000111001100 | eec08eafeffcb1cc |
UTF-8 | 鄒ッ陷洩 | 111010011000010010010010111011111011110110101111111010011001100110110111111001101011010010101001 | e98492efbdafe999b7e6b4a9 |
UHC | 鄒?陷洩 | 11110101110110110011111111111001111010001110000011011101 | f5db3ff9e8e0dd |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)