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 | 褻ル植 | 111001011111011010000011100010111001000001000001 | e5f6838b9041 |
EUC-JP | 褻ル植 | 111010101111100010100101111010111011111110100010 | eaf8a5ebbfa2 |
UTF-8 | 褻ル植 | 111010001010010010111011111000111000001110101011111001101010010010001101 | e8a4bbe383abe6a48d |
UHC | 褻ル植 | 111000001110000110101011111010111110001111010101 | e0e1abebe3d5 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)