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 | 號?摯 | 1110010101101010001111111001110110010101 | e56a3f9d95 |
EUC-JP | 號?摯 | 1110100111001011001111111101100111110101 | e9cb3fd9f5 |
UTF-8 | 號렫摯 | 111010001001100110011111111010111010000010101011111001101001000110101111 | e8999feba0abe691af |
UHC | 號렫摯 | 111110111101110010001110101110011111001010100111 | fbdc8eb9f2a7 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)