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 | 00111111001111110101100101000010 | 3f3f5942 |
SJIS-WIN | ?哭YB | 0011111110011010010011000101100101000010 | 3f9a4c5942 |
EUC-JP | ?哭YB | 0011111111010011101011010101100101000010 | 3fd3ad5942 |
UTF-8 | 렺哭YB | 1110101110100000101110101110010110010011101011010101100101000010 | eba0bae593ad5942 |
UHC | 렺哭YB | 100011101100001011001101110101100101100101000010 | 8ec2cdd65942 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)