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\ | 10001111101110111111010010001110101010010100111001011100 | 8fbbf48ea94e5c |
SJIS-WIN | ?????N\ | 00111111001111110011111100111111001111110100111001011100 | 3f3f3f3f3f4e5c |
EUC-JP | ??ô?©N\ | 0011111100111111100011111010101111010100001111111000111110100010111011010100111001011100 | 3f3f8fabd43f8fa2ed4e5c |
UTF-8 | »ô©N\ | 110000101000111111000010101110111100001110110100110000101000111011000010101010010100111001011100 | c28fc2bbc3b4c28ec2a94e5c |
UHC | ?????N\ | 00111111001111110011111100111111001111110100111001011100 | 3f3f3f3f3f4e5c |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)