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 | 淨???制彊 | 100111111100010000111111001111110011111110010000101001111000101110101110 | 9fc43f3f3f90a78bae |
EUC-JP | 淨???制彊 | 110111101100011000111111001111110011111111000000101010011011011010110000 | dec63f3f3fc0a9b6b0 |
UTF-8 | 淨렠履렰制彊 | 111001101011011110101000111010111010000010100000111011111010011110011111111010111010000010110000111001011000100010110110111001011011110110001010 | e6b7a8eba0a0efa79feba0b0e588b6e5bd8a |
UHC | 淨렠履렰制彊 | 111011111110010010001110101100011110110010101010100011101011110111110000101001001100101110101110 | efe48eb1ecaa8ebdf0a4cbae |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)