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 | 孖オ゚ | 11111010101001101011010111011111 | faa6b5df |
EUC-JP | 孖オ゚ | 10001111101110101011111010001110101101011000111011011111 | 8fbabe8eb58edf |
UTF-8 | 孖オ゚ | 111001011010110110010110111011111011110110110101111011111011111010011111 | e5ad96efbdb5efbe9f |
UHC | ??? | 001111110011111100111111 | 3f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)