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 | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
SJIS-WIN | ??ゴ??肥 | 0011111100111111100000110101001100111111001111111001010011101100 | 3f3f83533f3f94ec |
EUC-JP | ??ゴ??肥 | 0011111100111111101001011011010000111111001111111100100011101110 | 3f3fa5b43f3fc8ee |
UTF-8 | 룶欄ゴ룴가肥 | 111010111010001110110110111011111010010010011101111000111000001010110100111010111010001110110100111010101011000010000000111010001000001010100101 | eba3b6efa49de382b4eba3b4eab080e882a5 |
UHC | 룶欄ゴ룴가肥 | 100011111010101111010001111011011010101110110100100011111010100110110000101000011101110111111110 | 8fabd1edabb48fa9b0a1ddfe |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)