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 | 鮨雁錐 | 111010011011110110001010111001011001000010001101 | e9bd8ae5908d |
EUC-JP | 鮨雁錐 | 111100101011111110110100111001111011111111101101 | f2bfb4e7bfed |
UTF-8 | 鮨雁錐 | 111010011010111010101000111010011001101110000001111010011000110010010000 | e9aea8e99b81e98c90 |
UHC | ?雁錐 | 0011111111100100110100101111010111011110 | 3fe4d2f5de |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)