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^ | 1000111110101011101010100100111001011110 | 8fabaa4e5e |
SJIS-WIN | ???N^ | 0011111100111111001111110100111001011110 | 3f3f3f4e5e |
EUC-JP | ??ªN^ | 00111111001111111000111110100010111011000100111001011110 | 3f3f8fa2ec4e5e |
UTF-8 | ǻN^ | 1100001010001111110000101010101111000010101010100100111001011110 | c28fc2abc2aa4e5e |
UHC | ??ªN^ | 001111110011111110101000101000110100111001011110 | 3f3fa8a34e5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)