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 | ???vB | 0011111100111111001111110111011001000010 | 3f3f3f7642 |
SJIS-WIN | 韆秘汕vB | 1110100011100110100101001110100110011111100010000111011001000010 | e8e694e99f887642 |
EUC-JP | 韆秘汕vB | 1111000011101000110010001110101111011101111010000111011001000010 | f0e8c8ebdde87642 |
UTF-8 | 韆秘汕vB | 1110100110011111100001101110011110100111100110001110011010110001100101010111011001000010 | e99f86e7a798e6b1957642 |
UHC | 韆秘汕vB | 1111010011000111110111011111101011011111101001010111011001000010 | f4c7ddfadfa57642 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)