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 | ????B | 0011111100111111001111110011111101000010 | 3f3f3f3f42 |
SJIS-WIN | 鮨准鮨准B | 111010011011110110001111011110011110100110111101100011110111100101000010 | e9bd8f79e9bd8f7942 |
EUC-JP | 鮨准鮨准B | 111100101011111110111101110110101111001010111111101111011101101001000010 | f2bfbddaf2bfbdda42 |
UTF-8 | 鮨准鮨准B | 11101001101011101010100011100101100001111000011011101001101011101010100011100101100001111000011001000010 | e9aea8e58786e9aea8e5878642 |
UHC | ?准?准B | 00111111111100011101011100111111111100011101011101000010 | 3ff1d73ff1d742 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)