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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-WIN | 嶸??肄? | 11111010101101000011111100111111111000111110010100111111 | fab43f3fe3e53f |
EUC-JP | 嶸??肄? | 1000111110111011111101000011111100111111111001101110011100111111 | 8fbbf43f3fe6e73f |
UTF-8 | 嶸뗫틷肄뺹 | 111001011011011010111000111010111001011110101011111011011000101110110111111010001000001010000100111010111011101010111001 | e5b6b8eb97abed8bb7e88284ebbab9 |
UHC | 嶸뗫틷肄뺹 | 11100111101011101000101111101011101110101001111011101100101111011001011001000010 | e7ae8bebba9eecbd9642 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)