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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | 蟒;髮ェ | 11100101101110111000000101000111111010011001101110101010 | e5bb8147e99baa |
EUC-JP | 蟒;髮ェ | 1110101010111101101000011010100011110001111110111000111010101010 | eabda1a8f1fb8eaa |
UTF-8 | 蟒;髮ェ | 111010001001111110010010111011111011110010011011111010011010101110101110111011111011110110101010 | e89f92efbc9be9abaeefbdaa |
UHC | ?;髮? | 001111111010001110111011110110111010010100111111 | 3fa3bbdba53f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)