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 | ??n~ | 00111111001111110110111001111110 | 3f3f6e7e |
SJIS-WIN | 蛭?n~ | 1001010101100111001111110110111001111110 | 95673f6e7e |
EUC-JP | 蛭?n~ | 1100100111001000001111110110111001111110 | c9c83f6e7e |
UTF-8 | 蛭샷n~ | 1110100010011011101011011110110010000011101101110110111001111110 | e89badec83b76e7e |
UHC | 蛭샷n~ | 111100101111010010111100101001100110111001111110 | f2f4bca66e7e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)