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 | 濕?? | 11100000010110110011111100111111 | e05b3f3f |
EUC-JP | 濕?? | 11011111101111000011111100111111 | dfbc3f3f |
UTF-8 | 濕룍룼 | 111001101011111110010101111010111010001110001101111010111010001110111100 | e6bf95eba38deba3bc |
UHC | 濕룍룼 | 111000111010010110001111100010111000111110101110 | e3a58f8b8fae |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)