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 | ??h? | 00111111001111110110100000111111 | 3f3f683f |
SJIS-WIN | 鉋シh鉋 | 111001111110111010111100011010001110011111101110 | e7eebc68e7ee |
EUC-JP | 鉋シh鉋 | 11101110111100001000111010111100011010001110111011110000 | eef08ebc68eef0 |
UTF-8 | 鉋シh鉋 | 11101001100010011000101111101111101111011011110001101000111010011000100110001011 | e9898befbdbc68e9898b |
UHC | ??h? | 00111111001111110110100000111111 | 3f3f683f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)