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 | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
SJIS-WIN | 豢ゥ蜈カ驫腺 | 11100110101101001010100111100101100001011011011011101001100010101001000101000010 | e6b4a9e585b6e98a9142 |
EUC-JP | 豢ゥ蜈カ驫腺 | 111011001011011010001110101010011110100111100101100011101011011011110001111010101100000110100011 | ecb68ea9e9e58eb6f1eac1a3 |
UTF-8 | 豢ゥ蜈カ驫腺 | 111010001011000110100010111011111011110110101001111010001001110010001000111011111011110110110110111010011010100110101011111010001000010110111010 | e8b1a2efbda9e89c88efbdb6e9a9abe885ba |
UHC | ??蜈??腺 | 0011111100111111111010001010010100111111001111111110000011001101 | 3f3fe8a53f3fe0cd |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)