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 | 貉ソ闥韮 | 11100110101110011011111111101000100100101001010001000010 | e6b9bfe8929442 |
EUC-JP | 貉ソ闥韮 | 1110110010111011100011101011111111101111111100101100011110100011 | ecbb8ebfeff2c7a3 |
UTF-8 | 貉ソ闥韮 | 111010001011001010001001111011111011110110111111111010011001011110100101111010011001111110101110 | e8b289efbdbfe997a5e99fae |
UHC | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)