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 | 攸?歟 | 1001110110111111001111111001111101100010 | 9dbf3f9f62 |
EUC-JP | 攸?歟 | 1101101011000001001111111101110111000011 | dac13fddc3 |
UTF-8 | 攸밎歟 | 111001101001010010111000111010111011000010001110111001101010110110011111 | e694b8ebb08ee6ad9f |
UHC | 攸밎歟 | 111010101111001010010011010001111110011010100010 | eaf29347e6a2 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)