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 | 轣晨擠寀緋 | 11100111100000011001110111101101100111011010100111111010101001111001010011101010 | e7819ded9da9faa794ea |
EUC-JP | 轣晨擠寀緋 | 1110110111100001110110101110111111011010101010111000111110111010110110111100100011101100 | ede1daefdaab8fbadbc8ec |
UTF-8 | 轣晨擠寀緋 | 111010001011110110100011111001101001100110101000111001101001001110100000111001011010111110000000111001111011011110001011 | e8bda3e699a8e693a0e5af80e7b78b |
UHC | ?晨?寀緋 | 0011111111100011111001110011111111110011111100101101110111111100 | 3fe3e73ff3f2ddfc |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)