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 | 韃井クェ | 11101000111001011000100011100100101110001000001101000110 | e8e588e4b88346 |
EUC-JP | 韃井クェ | 1111000011100111101100001110011010001110101110001010010110100111 | f0e7b0e68eb8a5a7 |
UTF-8 | 韃井クェ | 111010011001111110000011111001001011101010010101111011111011110110111000111000111000001010100111 | e99f83e4ba95efbdb8e382a7 |
UHC | ?井?ェ | 001111111110111111001100001111111010101110100111 | 3fefcc3faba7 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)