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 | ??? | 001111110011111100111111 | 3f3f3f |
SJIS-WIN | 鬣潁豎 | 111010011010010110011111111100011110011010110001 | e9a59ff1e6b1 |
EUC-JP | 鬣潁豎 | 111100101010011111011110111100111110110010110011 | f2a7def3ecb3 |
UTF-8 | 鬣潁豎 | 111010011010110010100011111001101011110110000001111010001011000110001110 | e9aca3e6bd81e8b18e |
UHC | ?潁? | 00111111111001111011100000111111 | 3fe7b83f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)