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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | 豸捺エァ | 111001101011011010010011111001101011010010100111 | e6b693e6b4a7 |
EUC-JP | 豸捺エァ | 1110110010111000110001101110100010001110101101001000111010100111 | ecb8c6e88eb48ea7 |
UTF-8 | 豸捺エァ | 111010001011000110111000111001101000110110111010111011111011110110110100111011111011110110100111 | e8b1b8e68dbaefbdb4efbda7 |
UHC | ?捺?? | 0011111111010001111101000011111100111111 | 3fd1f43f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)