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 | ??????aB | 0011111100111111001111110011111100111111001111110110000101000010 | 3f3f3f3f3f3f6142 |
SJIS-WIN | 泳?????aB | 100010010110101000111111001111110011111100111111001111110110000101000010 | 896a3f3f3f3f3f6142 |
EUC-JP | 泳?????aB | 101100011100101100111111001111110011111100111111001111110110000101000010 | b1cb3f3f3f3f3f6142 |
UTF-8 | 泳쒖늻溜곕젧aB | 1110011010110011101100111110110010010010100101101110101110001010101110111110111110100111100010111110101010110011100101011110110010100000101001110110000101000010 | e6b3b3ec9296eb8abbefa78beab395eca0a76142 |
UHC | 泳쒖늻溜곕젧aB | 1110011110110110100111001110110010001000100001001110101011111110101100001110101110100000100111110110000101000010 | e7b69cec8884eafeb0eba09f6142 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)