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 | 11100101111001001000110101101011100111010110010001000110 | e5e48d6b9d6446 |
EUC-JP | 裝耕拇F | 11101010111001101011100111001100110110011100010101000110 | eae6b9ccd9c546 |
UTF-8 | 裝耕拇F | 11101000101000111001110111101000100000001001010111100110100010111000011101000110 | e8a39de88095e68b8746 |
UHC | 裝耕拇F | 11101101111110111100110011101001110110011110011101000110 | edfbcce9d9e746 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)