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 | ??v??vB | 00111111001111110111011000111111001111110111011001000010 | 3f3f763f3f7642 |
SJIS-WIN | 蜆毳v蜆毳vB | 1110010110000100100111110111110101110110111001011000010010011111011111010111011001000010 | e5849f7d76e5849f7d7642 |
EUC-JP | 蜆毳v蜆毳vB | 1110100111100100110111011101111001110110111010011110010011011101110111100111011001000010 | e9e4ddde76e9e4ddde7642 |
UTF-8 | 蜆毳v蜆毳vB | 111010001001110010000110111001101010111110110011011101101110100010011100100001101110011010101111101100110111011001000010 | e89c86e6afb376e89c86e6afb37642 |
UHC | ??v??vB | 00111111001111110111011000111111001111110111011001000010 | 3f3f763f3f7642 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)