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 | 浯エ迪唯 | 11111010111111001011010011100111100011001001011101000010 | fafcb4e78c9742 |
EUC-JP | 浯エ迪唯 | 100011111100011111000011100011101011010011101101111011001100110110100011 | 8fc7c38eb4edeccda3 |
UTF-8 | 浯エ迪唯 | 111001101011010110101111111011111011110110110100111010001011111110101010111001011001010010101111 | e6b5afefbdb4e8bfaae594af |
UHC | ??迪唯 | 001111110011111111101110111010001110101011100110 | 3f3feee8eae6 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)