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 | ???e^ | 0011111100111111001111110110010101011110 | 3f3f3f655e |
SJIS-WIN | ソテe^ | 101111111111001110111111110000110110010101011110 | bff3bfc3655e |
EUC-JP | ソ?テe^ | 10001110101111110011111110001110110000110110010101011110 | 8ebf3f8ec3655e |
UTF-8 | ソテe^ | 1110111110111101101111111110111010001010101100101110111110111110100000110110010101011110 | efbdbfee8ab2efbe83655e |
UHC | ???e^ | 0011111100111111001111110110010101011110 | 3f3f3f655e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)