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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-WIN | 耳?拇漿? | 1000111010101000001111111001110101100100100111111111011100111111 | 8ea83f9d649ff73f |
EUC-JP | 耳?拇漿? | 1011110010101010001111111101100111000101110111101111100100111111 | bcaa3fd9c5def93f |
UTF-8 | 耳재拇漿렔 | 111010001000000010110011111011001001111010101100111001101000101110000111111001101011110010111111111010111010000010010100 | e880b3ec9eace68b87e6bcbfeba094 |
UHC | 耳재拇漿렔 | 11101100101111001100000011100111110110011110011111101101111011001000111010101001 | ecbcc0e7d9e7edec8ea9 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)