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 | 嶸뗣깶靷묊독 | 111001011011011010111000111010111001011110100011111010101011100110110110111010011001110110110111111010111010110010001010111010111000111110000101 | e5b6b8eb97a3eab9b6e99db7ebac8aeb8f85 |
UHC | 嶸뗣깶靷묊독 | 111001111010111010001011111000111000001110100100111011001110011010010001111001111011010110110110 | e7ae8be383a4ece691e7b5b6 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)