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 | ???] | 00111111001111110011111101011101 | 3f3f3f5d |
SJIS-WIN | 辯滔楾] | 11100111100001111001111111101011100111101011011101011101 | e7879feb9eb75d |
EUC-JP | 辯滔楾] | 11101101111001111101111011101101110111001011100101011101 | ede7deeddcb95d |
UTF-8 | 辯滔楾] | 11101000101111101010111111100110101110111001010011100110101001011011111001011101 | e8beafe6bb94e6a5be5d |
UHC | 辯滔?] | 110111001010101011010100101001010011111101011101 | dcaad4a53f5d |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)