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 | 嶸??琰?? | 10001111101110111111010000111111001111111000111111001100101101000011111100111111 | 8fbbf43f3f8fccb43f3f |
UTF-8 | 嶸뤹컩琰띄윐 | 111001011011011010111000111010111010010010111001111011001011101110101001111001111001000010110000111010111001110110000100111011001001110010010000 | e5b6b8eba4b9ecbba9e790b0eb9d84ec9c90 |
UHC | 嶸뤹컩琰띄윐 | 111001111010111010001111111001111011000010010001111001101111110010110110111001111001111110010111 | e7ae8fe7b091e6fcb6e79f97 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)