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 | ??? | 001111110011111100111111 | 3f3f3f |
SJIS-WIN | 襪球左 | 111001100100001110001011100001011000110110110110 | e6438b858db6 |
EUC-JP | 襪球左 | 111010111010010010110101111001011011101010111000 | eba4b5e5bab8 |
UTF-8 | 襪球左 | 111010001010010110101010111001111001000010000011111001011011011110100110 | e8a5aae79083e5b7a6 |
UHC | 襪球左 | 110110001100101011001111101110011111000110100111 | d8cacfb9f1a7 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)