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 | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
SJIS-WIN | 隴ス螢ス驟ェ | 111010001010110110111101111001011010001110111101111010011000010110101010 | e8adbde5a3bde985aa |
EUC-JP | 隴ス螢ス驟ェ | 111100001010111110001110101111011110101010100101100011101011110111110001111001011000111010101010 | f0af8ebdeaa58ebdf1e58eaa |
UTF-8 | 隴ス螢ス驟ェ | 111010011001101010110100111011111011110110111101111010001001111010100010111011111011110110111101111010011010100110011111111011111011110110101010 | e99ab4efbdbde89ea2efbdbde9a99fefbdaa |
UHC | ??螢?驟? | 0011111100111111111110111010101100111111111101101010111000111111 | 3f3ffbab3ff6ae3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)