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 | 璽鍾 | 111100101011000110001110101000111000111111011111 | f2b18ea38fdf |
EUC-JP | ?璽鍾 | 0011111110111100101001011011111011100001 | 3fbca5bee1 |
UTF-8 | 璽鍾 | 111011101000011110101000111001111001001010111101111010011000110110111110 | ee87a8e792bde98dbe |
UHC | ?璽鍾 | 0011111111011111110111101111000110100011 | 3fdfdef1a3 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)