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 | 001111110011111100111111001111110101011001000010 | 3f3f3f3f5642 |
SJIS-WIN | 楓蛟??VB | 1001010110010110111001011000000000111111001111110101011001000010 | 9596e5803f3f5642 |
EUC-JP | 楓蛟??VB | 1100100111110110111010011110000000111111001111110101011001000010 | c9f6e9e03f3f5642 |
UTF-8 | 楓蛟렰렪VB | 1110011010100101100100111110100010011011100111111110101110100000101100001110101110100000101010100101011001000010 | e6a593e89b9feba0b0eba0aa5642 |
UHC | 楓蛟렰렪VB | 11111001101000111100111011110001100011101011110110001110101110000101011001000010 | f9a3cef18ebd8eb85642 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)