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 | 鮨顔押 | 111010011011110110001010111001111000100110011111 | e9bd8ae7899f |
EUC-JP | 鮨顔押 | 111100101011111110110100111010011011001010100001 | f2bfb4e9b2a1 |
UTF-8 | 鮨顔押 | 111010011010111010101000111010011010000110010100111001101000101010111100 | e9aea8e9a194e68abc |
UHC | ?顔押 | 0011111111100100110101001110010011100011 | 3fe4d4e4e3 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)