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 | ??? | 001111110011111100111111 | 3f3f3f |
SJIS-WIN | 蝣頑e | 111001011010000010001010111001101000001010000101 | e5a08ae68285 |
EUC-JP | 蝣頑e | 111010101010001010110100111010001010001111100101 | eaa2b4e8a3e5 |
UTF-8 | 蝣頑e | 111010001001110110100011111010011010000010010001111011111011110110000101 | e89da3e9a091efbd85 |
UHC | ?頑e | 0011111111101000110101111010001111100101 | 3fe8d7a3e5 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)