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 | ??? | 001111110011111100111111 | 3f3f3f |
SJIS-WIN | 齊奉? | 1110101010001110100101011111001000111111 | ea8e95f23f |
EUC-JP | 齊奉? | 1111001111101110110010101111010000111111 | f3eecaf43f |
UTF-8 | 齊奉ㄵ | 111010011011110110001010111001011010010110001001111000111000010010110101 | e9bd8ae5a589e384b5 |
UHC | 齊奉ㄵ | 111100001011101011011100111001011010010010100101 | f0badce5a4a5 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)