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 | ??? | 001111110011111100111111 | 3f3f3f |
SJIS-WIN | 愾綸諄 | 100111001011111111100011011001001110011001111000 | 9cbfe364e678 |
EUC-JP | 愾綸諄 | 110110001100000111100101110001011110101111011001 | d8c1e5c5ebd9 |
UTF-8 | 愾綸諄 | 111001101000010010111110111001111011011010111000111010001010101110000100 | e684bee7b6b8e8ab84 |
UHC | 愾綸諄 | 110010111100010111010111110001101110001011110100 | cbc5d7c6e2f4 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)