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 | ???m | 00111111001111110011111101101101 | 3f3f3f6d |
SJIS-WIN | 瀛??m | 1110000001101001001111110011111101101101 | e0693f3f6d |
EUC-JP | 瀛??m | 1101111111001010001111110011111101101101 | dfca3f3f6d |
UTF-8 | 瀛뒒뢛m | 11100111100000001001101111101011100100101001001011101011101000101001101101101101 | e7809beb9292eba29b6d |
UHC | 瀛뒒뢛m | 11100111101110101000101010001111100011110101011001101101 | e7ba8a8f8f566d |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)