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 | ???[ | 00111111001111110011111101011011 | 3f3f3f5b |
SJIS-WIN | 嶸橲嚀[ | 11111010101101001001111011101101100110101000011001011011 | fab49eed9a865b |
EUC-JP | 嶸橲嚀[ | 1000111110111011111101001101110011101111110100111110011001011011 | 8fbbf4dcefd3e65b |
UTF-8 | 嶸橲嚀[ | 11100101101101101011100011100110101010011011001011100101100110101000000001011011 | e5b6b8e6a9b2e59a805b |
UHC | 嶸??[ | 1110011110101110001111110011111101011011 | e7ae3f3f5b |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)