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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-WIN | 蒻の??甕 | 1110010011101000100000101100110000111111001111111110000101010000 | e4e882cc3f3fe150 |
EUC-JP | 蒻の??甕 | 1110100011101010101001001100111000111111001111111110000110110001 | e8eaa4ce3f3fe1b1 |
UTF-8 | 蒻の쇰늺甕 | 111010001001001010111011111000111000000110101110111011001000011110110000111010111000101010111010111001111001010010010101 | e892bbe381aeec87b0eb8abae79495 |
UHC | 蒻の쇰늺甕 | 11100101101101101010101011001110101111001110101110001000100000111110100010111000 | e5b6aacebceb8883e8b8 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)