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 | ????^ | 0011111100111111001111110011111101011110 | 3f3f3f3f5e |
SJIS-WIN | 殲庵殲?^ | 1001111101110010100010001100000110011111011100100011111101011110 | 9f7288c19f723f5e |
EUC-JP | 殲庵殲?^ | 1101110111010011101100001100001111011101110100110011111101011110 | ddd3b0c3ddd33f5e |
UTF-8 | 殲庵殲챗^ | 11100110101011101011001011100101101110101011010111100110101011101011001011101100101100011001011101011110 | e6aeb2e5bab5e6aeb2ecb1975e |
UHC | 殲庵殲챗^ | 111000001110100011100100110111011110000011101000110000111010101001011110 | e0e8e4dde0e8c3aa5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)