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 | ???F | 00111111001111110011111101000110 | 3f3f3f46 |
SJIS-WIN | 蹂守嚴F | 11100110111110001000111011100111100110101000111001000110 | e6f88ee79a8e46 |
EUC-JP | 蹂守嚴F | 11101100111110101011110011101001110100111110111001000110 | ecfabce9d3ee46 |
UTF-8 | 蹂守嚴F | 11101000101110011000001011100101101011101000100011100101100110101011010001000110 | e8b982e5ae88e59ab446 |
UHC | 蹂守嚴F | 11101011101100111110000111111010111001011111000101000110 | ebb3e1fae5f146 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)