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 | ?????B | 001111110011111100111111001111110011111101000010 | 3f3f3f3f3f42 |
SJIS-WIN | 閻g???B | 1110100010000101100000101000011100111111001111110011111101000010 | e88582873f3f3f42 |
EUC-JP | 閻g???B | 1110111111100101101000111110011100111111001111110011111101000010 | efe5a3e73f3f3f42 |
UTF-8 | 閻g퀨嶺쓓B | 11101001100101101011101111101111101111011000011111101101100000001010100011101111101001101010101111101100100100111001001101000010 | e996bbefbd87ed80a8efa6abec939342 |
UHC | 閻g퀨嶺쓓B | 1110011110100010101000111110011110110011100111001110011110101101100111010110111001000010 | e7a2a3e7b39ce7ad9d6e42 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)