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 | 啾麩峽 | 100110100110000111101010011011101001101110110101 | 9a61ea6e9bb5 |
EUC-JP | 啾麩峽 | 110100111100001011110011110011111101011010110111 | d3c2f3cfd6b7 |
UTF-8 | 啾麩峽 | 111001011001010110111110111010011011101010101001111001011011001110111101 | e595bee9baa9e5b3bd |
UHC | ??峽 | 00111111001111111111101011110010 | 3f3ffaf2 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)