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 | 衽鋙 | 111001011101000111111011110100011111001011001100 | e5d1fbd1f2cc |
EUC-JP | 衽鋙? | 111010101101001110001111111001001100001100111111 | ead38fe4c33f |
UTF-8 | 衽鋙 | 111010001010000110111101111010011000101110011001111011101000100010000011 | e8a1bde98b99ee8883 |
UHC | ??? | 001111110011111100111111 | 3f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)