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 | ???Q] | 0011111100111111001111110101000101011101 | 3f3f3f515d |
SJIS-WIN | 趁∽音Q] | 1110011011100001100000011110010010001001101110010101000101011101 | e6e181e489b9515d |
EUC-JP | 趁∽音Q] | 1110110011100011101000101110011010110010101110110101000101011101 | ece3a2e6b2bb515d |
UTF-8 | 趁∽音Q] | 1110100010110110100000011110001010001000101111011110100110011111101100110101000101011101 | e8b681e288bde99fb3515d |
UHC | ?∽音Q] | 00111111101000011110111111101011111001010101000101011101 | 3fa1efebe5515d |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)