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 | ?????E | 001111110011111100111111001111110011111101000101 | 3f3f3f3f3f45 |
SJIS-WIN | 聲゚。聲耙E | 111000111101111111011111101000011110001111011111111000111101000001000101 | e3dfdfa1e3dfe3d045 |
EUC-JP | 聲゚。聲耙E | 1110011011100001100011101101111110001110101000011110011011100001111001101101001001000101 | e6e18edf8ea1e6e1e6d245 |
UTF-8 | 聲゚。聲耙E | 11101000100000011011001011101111101111101001111111101111101111011010000111101000100000011011001011101000100000001001100101000101 | e881b2efbe9fefbda1e881b2e8809945 |
UHC | 聲??聲?E | 1110000110100010001111110011111111100001101000100011111101000101 | e1a23f3fe1a23f45 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)