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 | 臧?牘貞 | 11100100011010000011111111100000101011111001001011100101 | e4683fe0af92e5 |
EUC-JP | 臧?牘貞 | 11100111110010010011111111100000101100011100010011100111 | e7c93fe0b1c4e7 |
UTF-8 | 臧븅牘貞 | 111010001000011110100111111010111011100010000101111001111000100110011000111010001011001010011110 | e887a7ebb885e78998e8b29e |
UHC | 臧븅牘貞 | 1110110111110101101110101110100111010100101110101110111111110110 | edf5bae9d4baeff6 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)