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 | ?????@~ | 00111111001111110011111100111111001111110100000001111110 | 3f3f3f3f3f407e |
SJIS-WIN | ース汐@~ | 11110000101100111011000011110001100011101011110110001110101011000100000001111110 | f0b3b0f18ebd8eac407e |
EUC-JP | ?ー?ス汐@~ | 00111111100011101011000000111111100011101011110110111100101011100100000001111110 | 3f8eb03f8ebdbcae407e |
UTF-8 | ース汐@~ | 1110111010000001101100101110111110111101101100001110111010000100100010011110111110111101101111011110011010110001100100000100000001111110 | ee81b2efbdb0ee8489efbdbde6b190407e |
UHC | ????汐@~ | 0011111100111111001111110011111111100000101100010100000001111110 | 3f3f3f3fe0b1407e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)