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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | 尊?嫡肉 | 10010001101110000011111110010010100001001001001111110111 | 91b83f928493f7 |
EUC-JP | 尊?嫡肉 | 11000010101110100011111111000011111001001100011011111001 | c2ba3fc3e4c6f9 |
UTF-8 | 尊롈嫡肉 | 111001011011000010001010111010111010000110001000111001011010101110100001111010001000001010001001 | e5b08aeba188e5aba1e88289 |
UHC | 尊롈嫡肉 | 1111000011101110100011101100111011101110110101011110101110111111 | f0ee8eceeed5ebbf |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)