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 | ??????^ | 00111111001111110011111100111111001111110011111101011110 | 3f3f3f3f3f3f5e |
SJIS-WIN | 蟾仙クク蝗ソ^ | 11100101101101111001000011100101101110001011100011100101100110111011111101011110 | e5b790e5b8b8e59bbf5e |
EUC-JP | 蟾仙クク蝗ソ^ | 11101010101110011100000011100111100011101011100010001110101110001110100111111011100011101011111101011110 | eab9c0e78eb88eb8e9fb8ebf5e |
UTF-8 | 蟾仙クク蝗ソ^ | 11101000100111111011111011100100101110111001100111101111101111011011100011101111101111011011100011101000100111011001011111101111101111011011111101011110 | e89fbee4bb99efbdb8efbdb8e89d97efbdbf5e |
UHC | 蟾仙??蝗?^ | 11100000111010101110000010111001001111110011111111111100110110010011111101011110 | e0eae0b93f3ffcd93f5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)