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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | 闊梧エゥ | 111010001000100010001100111001101011010010101001 | e8888ce6b4a9 |
EUC-JP | 闊梧エゥ | 1110111111101000101110001110100010001110101101001000111010101001 | efe8b8e88eb48ea9 |
UTF-8 | 闊梧エゥ | 111010011001011110001010111001101010001010100111111011111011110110110100111011111011110110101001 | e9978ae6a2a7efbdb4efbda9 |
UHC | 闊梧?? | 111111001100010011100111111111000011111100111111 | fcc4e7fc3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)