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] | 10010001100000100011111110001010010011110101000101011101 | 91823f8a4f515d |
EUC-JP | 曹?外Q] | 11000001111000100011111110110011101100000101000101011101 | c1e23fb3b0515d |
UTF-8 | 曹了外Q] | 1110011010011011101110011110111110100110101110101110010110100100100101100101000101011101 | e69bb9efa6bae5a496515d |
UHC | 曹了外Q] | 1111000011000111111010001110011111101000111000100101000101011101 | f0c7e8e7e8e2515d |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)