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 | 孖雫﨑 | 111110101010011010001110101101001111101010110001 | faa68eb4fab1 |
EUC-JP | 孖雫? | 100011111011101010111110101111001011011000111111 | 8fbabebcb63f |
UTF-8 | 孖雫﨑 | 111001011010110110010110111010011001101110101011111011111010100010010001 | e5ad96e99babefa891 |
UHC | ??? | 001111110011111100111111 | 3f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)