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 | 100011011111101000111111001111110111011001000010 | 8dfa3f3f7642 |
EUC-JP | 匙??vB | 101110101111110000111111001111110111011001000010 | bafc3f3f7642 |
UTF-8 | 匙롰뢇vB | 1110010110001100100110011110101110100001101100001110101110100010100001110111011001000010 | e58c99eba1b0eba2877642 |
UHC | 匙롰뢇vB | 1110001110110101100011101110110110001111010000110111011001000010 | e3b58eed8f437642 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)