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 | 璽鶯 | 111100001011100110001110101000111110100111110010 | f0b98ea3e9f2 |
EUC-JP | ?璽鶯 | 0011111110111100101001011111001011110100 | 3fbca5f2f4 |
UTF-8 | 璽鶯 | 111011101000000110111000111001111001001010111101111010011011011010101111 | ee81b8e792bde9b6af |
UHC | ?璽鶯 | 0011111111011111110111101110010110100011 | 3fdfdee5a3 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)