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 | 蠢???沮 | 11100101101111110011111100111111001111111001111110011100 | e5bf3f3f3f9f9c |
EUC-JP | 蠢?饔?沮 | 111010101100000100111111100011111110100011101111001111111101110111111100 | eac13f8fe8ef3fddfc |
UTF-8 | 蠢렎饔렧沮 | 111010001010000010100010111010111010000010001110111010011010010110010100111010111010000010100111111001101011001010101110 | e8a0a2eba08ee9a594eba0a7e6b2ae |
UHC | 蠢렎饔렧沮 | 11110001111000111000111010100100111010001011110110001110101101101110111011000001 | f1e38ea4e8bd8eb6eec1 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)