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 | 萵濺羝 | 111001001110000011100000011001001110001110110110 | e4e0e064e3b6 |
EUC-JP | 萵濺羝 | 111010001110001011011111110001011110011010111000 | e8e2dfc5e6b8 |
UTF-8 | 萵濺羝 | 111010001001000010110101111001101011111110111010111001111011111010011101 | e890b5e6bfbae7be9d |
UHC | ??? | 001111110011111100111111 | 3f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)