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 | 證??雨烽? | 111001101001101000111111001111111000100101001010111000001000001000111111 | e69a3f3f894ae0823f |
EUC-JP | 證??雨烽? | 111010111111101000111111001111111011000110101011110111111110001000111111 | ebfa3f3fb1abdfe23f |
UTF-8 | 證쇘쏭雨烽ㄺ | 111010001010110110001001111011001000011110011000111011001000111110101101111010011001101110101000111001111000001110111101111000111000010010111010 | e8ad89ec8798ec8fade99ba8e783bde384ba |
UHC | 證쇘쏭雨烽ㄺ | 111100011111101110111100111001111011110111110110111010011110101111011100111010111010010010101010 | f1fbbce7bdf6e9ebdceba4aa |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)