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 | ???訝? | 001111110011111100111111111001100110001000111111 | 3f3f3fe6623f |
EUC-JP | 濚??訝? | 1000111111001001101000010011111100111111111010111100001100111111 | 8fc9a13f3febc33f |
UTF-8 | 濚방썫訝뻃 | 111001101011111110011010111010111011000010101001111011001000110110101011111010001010100010011101111010111011101110000011 | e6bf9aebb0a9ec8dabe8a89debbb83 |
UHC | 濚방썫訝뻃 | 11100111101110011011100111100110100110111001110011100100101110001001011001001100 | e7b9b9e69b9ce4b8964c |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)