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 | 莊????? | 11100100101101010011111100111111001111110011111100111111 | e4b53f3f3f3f3f |
EUC-JP | 莊????? | 11101000101101110011111100111111001111110011111100111111 | e8b73f3f3f3f3f |
UTF-8 | 莊렱裡렦炡빰 | 111010001000111010001010111010111010000010110001111011111010011110101000111010111010000010100110111001111000001010100001111010111011100110110000 | e88e8aeba0b1efa7a8eba0a6e782a1ebb9b0 |
UHC | 莊렱裡렦炡빰 | 111011011111011010001110101111101110110011000001100011101011010111101111111010001011101110100011 | edf68ebeecc18eb5efe8bba3 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)