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 | 髣憺シ | 1110100110010111100111001110100110111100 | e9979ce9bc |
EUC-JP | 髣憺シ | 111100011111011111011000111010111000111010111100 | f1f7d8eb8ebc |
UTF-8 | 髣憺シ | 111010011010101110100011111001101000011010111010111011111011110110111100 | e9aba3e686baefbdbc |
UHC | ?憺? | 00111111110100111011110000111111 | 3fd3bc3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)