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 | 號?濠 | 1110010101101010001111111000110110001010 | e56a3f8d8a |
EUC-JP | 號?濠 | 1110100111001011001111111011100111101010 | e9cb3fb9ea |
UTF-8 | 號렍濠 | 111010001001100110011111111010111010000010001101111001101011111110100000 | e8999feba08de6bfa0 |
UHC | 號렍濠 | 111110111101110010001110101000111111101111001100 | fbdc8ea3fbcc |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)