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 | 赱晨擠寀罷 | 11100110110111111001110111101101100111011010100111111010101001111001010011101011 | e6df9ded9da9faa794eb |
EUC-JP | 赱晨擠寀罷 | 1110110011100001110110101110111111011010101010111000111110111010110110111100100011101101 | ece1daefdaab8fbadbc8ed |
UTF-8 | 赱晨擠寀罷 | 111010001011010110110001111001101001100110101000111001101001001110100000111001011010111110000000111001111011110110110111 | e8b5b1e699a8e693a0e5af80e7bdb7 |
UHC | ?晨?寀罷 | 0011111111100011111001110011111111110011111100101111011111110011 | 3fe3e73ff3f2f7f3 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)