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 | ?@?@B | 0011111101000000001111110100000001000010 | 3f403f4042 |
SJIS-WIN | 璞@璞@B | 11100000111101110100000011100000111101110100000001000010 | e0f740e0f74042 |
EUC-JP | 璞@璞@B | 11100000111110010100000011100000111110010100000001000010 | e0f940e0f94042 |
UTF-8 | 璞@璞@B | 111001111001001010011110010000001110011110010010100111100100000001000010 | e7929e40e7929e4042 |
UHC | 璞@璞@B | 11011010110101110100000011011010110101110100000001000010 | dad740dad74042 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)