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 | ???^ | 00111111001111110011111101011110 | 3f3f3f5e |
SJIS-WIN | ??押^ | 0011111100111111100010011001111101011110 | 3f3f899f5e |
EUC-JP | ??押^ | 0011111100111111101100101010000101011110 | 3f3fb2a15e |
UTF-8 | 손셉押^ | 11101100100001101001000011101100100001011000100111100110100010101011110001011110 | ec8690ec8589e68abc5e |
UHC | 손셉押^ | 10111100110101011011110011000001111001001110001101011110 | bcd5bcc1e4e35e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)