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^ | 00111111001111110100111001011110 | 3f3f4e5e |
SJIS-WIN | 蟾スN^ | 1110010110110111101111010100111001011110 | e5b7bd4e5e |
EUC-JP | 蟾スN^ | 111010101011100110001110101111010100111001011110 | eab98ebd4e5e |
UTF-8 | 蟾スN^ | 1110100010011111101111101110111110111101101111010100111001011110 | e89fbeefbdbd4e5e |
UHC | 蟾?N^ | 1110000011101010001111110100111001011110 | e0ea3f4e5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)