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 | 啾鯲峽 | 100110100110000111101001110011001001101110110101 | 9a61e9cc9bb5 |
EUC-JP | 啾鯲峽 | 110100111100001011110010110011101101011010110111 | d3c2f2ced6b7 |
UTF-8 | 啾鯲峽 | 111001011001010110111110111010011010111110110010111001011011001110111101 | e595bee9afb2e5b3bd |
UHC | ??峽 | 00111111001111111111101011110010 | 3f3ffaf2 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)