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 | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
SJIS-WIN | 楮???辛? | 1001111010111000001111110011111100111111100100000110100000111111 | 9eb83f3f3f90683f |
EUC-JP | 楮?鋌?辛? | 11011100101110100011111110001111111001001011101100111111101111111100100100111111 | dcba3f8fe4bb3fbfc93f |
UTF-8 | 楮렓鋌렱辛렣 | 111001101010010110101110111010111010000010010011111010011000101110001100111010111010000010110001111010001011111010011011111010111010000010100011 | e6a5aeeba093e98b8ceba0b1e8be9beba0a3 |
UHC | 楮렓鋌렱辛렣 | 111011101011111110001110101010001110111111111011100011101011111011100011111101001000111010110100 | eebf8ea8effb8ebee3f48eb4 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)