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 | 闢ソ鮨 | 1110100010010011101111111110100110111101 | e893bfe9bd |
EUC-JP | 闢ソ鮨 | 111011111111001110001110101111111111001010111111 | eff38ebff2bf |
UTF-8 | 闢ソ鮨 | 111010011001011110100010111011111011110110111111111010011010111010101000 | e997a2efbdbfe9aea8 |
UHC | 闢?? | 11011100101000110011111100111111 | dca33f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)