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 | 鮨乗㏍ | 111010011011110110001111111001101000011110000011 | e9bd8fe68783 |
EUC-JP | 鮨乗? | 1111001010111111101111101110100000111111 | f2bfbee83f |
UTF-8 | 鮨乗㏍ | 111010011010111010101000111001001011100110010111111000111000111110001101 | e9aea8e4b997e38f8d |
UHC | ??? | 001111110011111100111111 | 3f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)