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 | ???U | 00111111001111110011111101010101 | 3f3f3f55 |
SJIS-WIN | 驕懃洒U | 11101001100000011001110011100111100111111010110101010101 | e9819ce79fad55 |
EUC-JP | 驕懃洒U | 11110001111000011101100011101001110111101010111101010101 | f1e1d8e9deaf55 |
UTF-8 | 驕懃洒U | 11101001101010011001010111100110100001111000001111100110101101001001001001010101 | e9a995e68783e6b49255 |
UHC | 驕懃?U | 110011101111011011010000110001000011111101010101 | cef6d0c43f55 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)