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 | ????B | 0011111100111111001111110011111101000010 | 3f3f3f3f42 |
SJIS-WIN | 銓溶銓溶B | 111001111111001010010111011011101110011111110010100101110110111001000010 | e7f2976ee7f2976e42 |
EUC-JP | 銓溶銓溶B | 111011101111010011001101110011111110111011110100110011011100111101000010 | eef4cdcfeef4cdcf42 |
UTF-8 | 銓溶銓溶B | 11101001100010101001001111100110101110101011011011101001100010101001001111100110101110101011011001000010 | e98a93e6bab6e98a93e6bab642 |
UHC | 銓溶銓溶B | 111011111011000011101001110000011110111110110000111010011100000101000010 | efb0e9c1efb0e9c142 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)