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 | 実鰰実鰤^ | 100011101100000011101001110111101000111011000000111010011101110001011110 | 8ec0e9de8ec0e9dc5e |
EUC-JP | 実鰰実鰤^ | 101111001100001011110010111000001011110011000010111100101101111001011110 | bcc2f2e0bcc2f2de5e |
UTF-8 | 実鰰実鰤^ | 11100101101011101001111111101001101100001011000011100101101011101001111111101001101100001010010001011110 | e5ae9fe9b0b0e5ae9fe9b0a45e |
UHC | ????^ | 0011111100111111001111110011111101011110 | 3f3f3f3f5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)