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 | 11100101100000001001111111100111100101101011111001000110 | e5809fe796be46 |
EUC-JP | 蛟溽明F | 11101001111000001101111011101001110011001100000001000110 | e9e0dee9ccc046 |
UTF-8 | 蛟溽明F | 11101000100110111001111111100110101110101011110111100110100110001000111001000110 | e89b9fe6babde6988e46 |
UHC | 蛟?明F | 110011101111000100111111110110011010010101000110 | cef13fd9a546 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)