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 | 瓠?糊豆?? | 111000010100000000111111100011001101000010010011101001000011111100111111 | e1403f8cd093a43f3f |
EUC-JP | 瓠?糊豆?? | 111000011010000100111111101110001101001011000110101001100011111100111111 | e1a13fb8d2c6a63f3f |
UTF-8 | 瓠렟糊豆렩렋 | 111001111001001110100000111010111010000010011111111001111011001110001010111010001011000110000110111010111010000010101001111010111010000010001011 | e793a0eba09fe7b38ae8b186eba0a9eba08b |
UHC | 瓠렟糊豆렩렋 | 111110111101001010001110101100001111101111010101110101001110011110001110101101111000111010100010 | fbd28eb0fbd5d4e78eb78ea2 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)