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 | 鬣作玄 | 111010011010010110001101111011001000110010111010 | e9a58dec8cba |
EUC-JP | 鬣作玄 | 111100101010011110111010111011101011100010111100 | f2a7baeeb8bc |
UTF-8 | 鬣作玄 | 111010011010110010100011111001001011110110011100111001111000111010000100 | e9aca3e4bd9ce78e84 |
UHC | ?作玄 | 0011111111101101110000101111101011011100 | 3fedc2fadc |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)