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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-WIN | 隱ソ陜珠惶 | 111010001010101010111111111010001001110110001110111011001001110010110011 | e8aabfe89d8eec9cb3 |
EUC-JP | 隱ソ陜珠惶 | 11110000101011001000111010111111111011111111110110111100111011101101100010110101 | f0ac8ebfeffdbceed8b5 |
UTF-8 | 隱ソ陜珠惶 | 111010011001101010110001111011111011110110111111111010011001100110011100111001111000111110100000111001101000001110110110 | e99ab1efbdbfe9999ce78fa0e683b6 |
UHC | 隱?陜珠惶 | 111010111101111100111111111110011111000011110001110000011111110011001001 | ebdf3ff9f0f1c1fcc9 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)