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 | 艪髻~ | 1110010010000010111010011001111101111110 | e482e99f7e |
EUC-JP | 艪髻~ | 1110011111100010111100101010000101111110 | e7e2f2a17e |
UTF-8 | 艪髻~ | 11101000100010011010101011101001101010111011101101111110 | e889aae9abbb7e |
UHC | ??~ | 001111110011111101111110 | 3f3f7e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)