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 | 驩齢透 | 111010011000100110010111111011101001001110100111 | e98997ee93a7 |
EUC-JP | 驩齢透 | 111100011110100111001110111100001100011010101001 | f1e9cef0c6a9 |
UTF-8 | 驩齢透 | 111010011010100110101001111010011011110110100010111010011000000010001111 | e9a9a9e9bda2e9808f |
UHC | 驩?透 | 1111110010111110001111111111011111100010 | fcbe3ff7e2 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)