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 | 蟾ス蟾ス莉夜 | 11100101101101111011110111100101101101111011110111100100101110111001011011101001 | e5b7bde5b7bde4bb96e9 |
EUC-JP | 蟾ス蟾ス莉夜 | 111010101011100110001110101111011110101010111001100011101011110111101000101111011100110011101011 | eab98ebdeab98ebde8bdcceb |
UTF-8 | 蟾ス蟾ス莉夜 | 111010001001111110111110111011111011110110111101111010001001111110111110111011111011110110111101111010001000111010001001111001011010010010011100 | e89fbeefbdbde89fbeefbdbde88e89e5a49c |
UHC | 蟾?蟾?莉夜 | 11100000111010100011111111100000111010100011111111010111111010011110010110101000 | e0ea3fe0ea3fd7e9e5a8 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)