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 | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
SJIS-WIN | 嶸????? | 11111010101101000011111100111111001111110011111100111111 | fab43f3f3f3f3f |
EUC-JP | 嶸??靷?? | 10001111101110111111010000111111001111111000111111100111101111010011111100111111 | 8fbbf43f3f8fe7bd3f3f |
UTF-8 | 嶸뗣룜靷뗥깷 | 111001011011011010111000111010111001011110100011111010111010001110011100111010011001110110110111111010111001011110100101111010101011100110110111 | e5b6b8eb97a3eba39ce99db7eb97a5eab9b7 |
UHC | 嶸뗣룜靷뗥깷 | 111001111010111010001011111000111000111110011000111011001110011010001011111001011000001110100101 | e7ae8be38f98ece68be583a5 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)