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 | 鞨卓「殊ー | 1110100011100000100100011110110010100010100011101110101010110000 | e8e091eca28eeab0 |
EUC-JP | 鞨卓「殊ー | 11110000111000101100001011101110100011101010001010111100111011001000111010110000 | f0e2c2ee8ea2bcec8eb0 |
UTF-8 | 鞨卓「殊ー | 111010011001111010101000111001011000110110010011111011111011110110100010111001101010111010001010111011111011110110110000 | e99ea8e58d93efbda2e6ae8aefbdb0 |
UHC | 鞨卓?殊? | 1100101011101010111101101111000100111111111000101010100000111111 | caeaf6f13fe2a83f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)