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 | 億??? | 1000100110101101001111110011111100111111 | 89ad3f3f3f |
EUC-JP | 億?ŀ? | 10110010101011110011111110001111101010011100100100111111 | b2af3f8fa9c93f |
UTF-8 | 億뤿ŀ琉 | 1110010110000100100001001110101110100100101111111100010110000000111011111010011110001100 | e58484eba4bfc580efa78c |
UHC | 億뤿ŀ琉 | 1110010111100010100011111110101110101001101010001110101110100100 | e5e28feba9a8eba4 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)