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 | ????^ | 0011111100111111001111110011111101011110 | 3f3f3f3f5e |
SJIS-WIN | 泳???^ | 100010010110101000111111001111110011111101011110 | 896a3f3f3f5e |
EUC-JP | 泳???^ | 101100011100101100111111001111110011111101011110 | b1cb3f3f3f5e |
UTF-8 | 泳둘껁걨^ | 11100110101100111011001111101011100100011001100011101010101110111000000111101010101100011010100001011110 | e6b3b3eb9198eabb81eab1a85e |
UHC | 泳둘껁걨^ | 111001111011011010110101110100011000001111100011100000011001000101011110 | e7b6b5d183e381915e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)