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 | ????a | 0011111100111111001111110011111101100001 | 3f3f3f3f61 |
SJIS-WIN | 茁???a | 111110111001001100111111001111110011111101100001 | fb933f3f3f61 |
EUC-JP | 茁???a | 10001111110101111101111000111111001111110011111101100001 | 8fd7de3f3f3f61 |
UTF-8 | 茁희렰렠a | 11101000100011001000000111101101100111011010110011101011101000001011000011101011101000001010000001100001 | e88c81ed9daceba0b0eba0a061 |
UHC | 茁희렰렠a | 111100011110100011001000111100011000111010111101100011101011000101100001 | f1e8c8f18ebd8eb161 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)