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 | ??Wm | 00111111001111110101011101101101 | 3f3f576d |
SJIS-WIN | ?嗽Wm | 0011111110011010011101010101011101101101 | 3f9a75576d |
EUC-JP | ?嗽Wm | 0011111111010011110101100101011101101101 | 3fd3d6576d |
UTF-8 | 年嗽Wm | 1110111110100110100011101110010110010111101111010101011101101101 | efa68ee597bd576d |
UHC | 年嗽Wm | 111001101100010011100001111101010101011101101101 | e6c4e1f5576d |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)