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 | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
SJIS-WIN | 重??絅?臍 | 100011110110010000111111001111111110001101000100001111111110010001100000 | 8f643f3fe3443fe460 |
EUC-JP | 重??絅?臍 | 101111011100010100111111001111111110010110100101001111111110011111000001 | bdc53f3fe5a53fe7c1 |
UTF-8 | 重렦狀絅헒臍 | 111010011000011110001101111010111010000010100110111011111010011110111010111001111011010110000101111011011001011110010010111010001000011110001101 | e9878deba0a6efa7bae7b585ed9792e8878d |
UHC | 重렦狀絅헒臍 | 111100011110110010001110101101011110110111101110110011001110011111000111111001111111000010110000 | f1ec8eb5edeecce7c7e7f0b0 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)