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 | ???m | 00111111001111110011111101101101 | 3f3f3f6d |
SJIS-WIN | 驕城qm | 11101001100000011000111111101001100000101001000101101101 | e9818fe982916d |
EUC-JP | 驕城qm | 11110001111000011011111011101011101000111111000101101101 | f1e1beeba3f16d |
UTF-8 | 驕城qm | 11101001101010011001010111100101100111111000111011101111101111011001000101101101 | e9a995e59f8eefbd916d |
UHC | 驕城qm | 11001110111101101110000011110010101000111111000101101101 | cef6e0f2a3f16d |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)