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 | ?YB | 001111110101100101000010 | 3f5942 |
SJIS-WIN | 哭YB | 10011010010011000101100101000010 | 9a4c5942 |
EUC-JP | 哭YB | 11010011101011010101100101000010 | d3ad5942 |
UTF-8 | 哭YB | 1110010110010011101011010101100101000010 | e593ad5942 |
UHC | 哭YB | 11001101110101100101100101000010 | cdd65942 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)