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 | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
SJIS-WIN | 齊???閘齊 | 111010101000111000111111001111110011111111101000011111011110101010001110 | ea8e3f3f3fe87dea8e |
EUC-JP | 齊???閘齊 | 111100111110111000111111001111110011111111101111110111101111001111101110 | f3ee3f3f3fefdef3ee |
UTF-8 | 齊임닺렡閘齊 | 111010011011110110001010111011001001111010000100111010111000101110111010111010111010000010100001111010011001011010011000111010011011110110001010 | e9bd8aec9e84eb8bbaeba0a1e99698e9bd8a |
UHC | 齊임닺렡閘齊 | 111100001011101011000000110100111011010011101000100011101011001011001011101001101111000010111010 | f0bac0d3b4e88eb2cba6f0ba |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)