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 | ?? | 0011111100111111 | 3f3f |
SJIS-WIN | 遘夢 | 11100111101001111001011010110010 | e7a796b2 |
EUC-JP | 遘夢 | 11101110101010011100110010110100 | eea9ccb4 |
UTF-8 | 遘夢 | 111010011000000110011000111001011010010010100010 | e98198e5a4a2 |
UHC | ?夢 | 001111111101100111010011 | 3fd9d3 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)