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 | 證??悌斑冠 | 11100110100110100011111100111111100100101110111010010100110000011000101010100101 | e69a3f3f92ee94c18aa5 |
EUC-JP | 證??悌斑冠 | 11101011111110100011111100111111110001001111000011001000110000111011010010100111 | ebfa3f3fc4f0c8c3b4a7 |
UTF-8 | 證블읒悌斑冠 | 111010001010110110001001111010111011100010010100111011001001110110010010111001101000001010001100111001101001011010010001111001011000011010100000 | e8ad89ebb894ec9d92e6828ce69691e586a0 |
UHC | 證블읒悌斑冠 | 111100011111101110111010111011011100000011000001111100001010101011011010111010001100111010101110 | f1fbbaedc0c1f0aadae8ceae |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)