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 | 譬捺撼 | 111001101010000010010011111001101001110110011110 | e6a093e69d9e |
EUC-JP | 譬捺撼 | 111011001010001011000110111010001101100111111110 | eca2c6e8d9fe |
UTF-8 | 譬捺撼 | 111010001010110110101100111001101000110110111010111001101001001010111100 | e8adace68dbae692bc |
UHC | 譬捺? | 1101111010100111110100011111010000111111 | dea7d1f43f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)