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 | ??~ | 001111110011111101111110 | 3f3f7e |
SJIS-WIN | 髮ィ~ | 11101001100110111010100001111110 | e99ba87e |
EUC-JP | 髮ィ~ | 1111000111111011100011101010100001111110 | f1fb8ea87e |
UTF-8 | 髮ィ~ | 11101001101010111010111011101111101111011010100001111110 | e9abaeefbda87e |
UHC | 髮?~ | 11011011101001010011111101111110 | dba53f7e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)