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 | ?⑥? | 00111111100001110100010100111111 | 3f87453f |
EUC-JP | 薏?? | 1000111111011001110111100011111100111111 | 8fd9de3f3f |
UTF-8 | 薏⑥뇙 | 111010001001011010001111111000101001000110100101111010111000011110011001 | e8968fe291a5eb8799 |
UHC | 薏⑥뇙 | 111010111111101110101000111011001000011110000100 | ebfba8ec8784 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)