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 | ?D?vB | 0011111101000100001111110111011001000010 | 3f443f7642 |
SJIS-WIN | 哭D齏vB | 10011010010011000100010011101000111010110111011001000010 | 9a4c44e8eb7642 |
EUC-JP | 哭D齏vB | 11010011101011010100010011110000111011010111011001000010 | d3ad44f0ed7642 |
UTF-8 | 哭D齏vB | 111001011001001110101101010001001110100110111101100011110111011001000010 | e593ad44e9bd8f7642 |
UHC | 哭D?vB | 110011011101011001000100001111110111011001000010 | cdd6443f7642 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)