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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | 億??姙 | 100010011010110100111111001111111001101101001011 | 89ad3f3f9b4b |
EUC-JP | 億??姙 | 101100101010111100111111001111111101010110101100 | b2af3f3fd5ac |
UTF-8 | 億륂렪姙 | 111001011000010010000100111010111010010110000010111010111010000010101010111001011010011110011001 | e58484eba582eba0aae5a799 |
UHC | 億륂렪姙 | 1110010111100010100011111110110110001110101110001110110011110101 | e5e28fed8eb8ecf5 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)