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 | ?? | 0011111100111111 | 3f3f |
SJIS-WIN | 蒐屑 | 10001111010011101000101111111011 | 8f4e8bfb |
EUC-JP | 蒐屑 | 10111101101011111011011011111101 | bdafb6fd |
UTF-8 | 蒐屑 | 111010001001001010010000111001011011000110010001 | e89290e5b191 |
UHC | 蒐屑 | 11100010101111011110000011011010 | e2bde0da |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)