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 | 111001110110011011100010100101110101011101101101 | e766e297576d |
EUC-JP | 軫笳Wm | 111011011100011111100011111101110101011101101101 | edc7e3f7576d |
UTF-8 | 軫笳Wm | 1110100010111011101010111110011110101100101100110101011101101101 | e8bbabe7acb3576d |
UHC | 軫?Wm | 1111001011100010001111110101011101101101 | f2e23f576d |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)