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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | 隴檎洸謠 | 1110100010101101100011001110011110011111101010011110011010001111 | e8ad8ce79fa9e68f |
EUC-JP | 隴檎洸謠 | 1111000010101111101110001110100111011110101010111110101111101111 | f0afb8e9deabebef |
UTF-8 | 隴檎洸謠 | 111010011001101010110100111001101010101010001110111001101011010010111000111010001010110010100000 | e99ab4e6aa8ee6b4b8e8aca0 |
UHC | ?檎洸謠 | 00111111110100001101010111001110110010001110100110101010 | 3fd0d5cec8e9aa |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)