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 | »¸²ñ | 100011111011101110111000100011101011001011110001 | 8fbbb88eb2f1 |
SJIS-WIN | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
EUC-JP | ??¸??ñ | 00111111001111111000111110100010101100010011111100111111100011111010101111010000 | 3f3f8fa2b13f3f8fabd0 |
UTF-8 | »¸²ñ | 110000101000111111000010101110111100001010111000110000101000111011000010101100101100001110110001 | c28fc2bbc2b8c28ec2b2c3b1 |
UHC | ??¸?²? | 0011111100111111101000101010110000111111101010011111011100111111 | 3f3fa2ac3fa9f73f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)