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 | ?x? | 001111110111100000111111 | 3f783f |
SJIS-WIN | 鱆x咤 | 1110100111100001011110001001101001000010 | e9e1789a42 |
EUC-JP | 鱆x咤 | 1111001011100011011110001101001110100011 | f2e378d3a3 |
UTF-8 | 鱆x咤 | 11101001101100011000011001111000111001011001001010100100 | e9b18678e592a4 |
UHC | ?x咤 | 00111111011110001111011011100011 | 3f78f6e3 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)