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 | 齊私? | 1110101010001110100011101000010000111111 | ea8e8e843f |
EUC-JP | 齊私? | 1111001111101110101110111110010000111111 | f3eebbe43f |
UTF-8 | 齊私렮 | 111010011011110110001010111001111010011110000001111010111010000010101110 | e9bd8ae7a781eba0ae |
UHC | 齊私렮 | 111100001011101011011110111001111000111010111011 | f0badee78ebb |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)