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 | 鞨オ豬ゥ籬 | 1110100011100000101101011110011010110101101010011110001011011111 | e8e0b5e6b5a9e2df |
EUC-JP | 鞨オ豬ゥ籬 | 11110000111000101000111010110101111011001011011110001110101010011110010011100001 | f0e28eb5ecb78ea9e4e1 |
UTF-8 | 鞨オ豬ゥ籬 | 111010011001111010101000111011111011110110110101111010001011000110101100111011111011110110101001111001111011000110101100 | e99ea8efbdb5e8b1acefbda9e7b1ac |
UHC | 鞨???籬 | 11001010111010100011111100111111001111111101011111100110 | caea3f3f3fd7e6 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)