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 | 10010111011101010101100101000010 | 97755942 |
EUC-JP | 蓉YB | 11001101110101100101100101000010 | cdd65942 |
UTF-8 | 蓉YB | 1110100010010011100010010101100101000010 | e893895942 |
UHC | 蓉YB | 11101001110010000101100101000010 | e9c85942 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)