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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | 異?在? | 100010001101100100111111100011011101110100111111 | 88d93f8ddd3f |
EUC-JP | 異?在? | 101100001101101100111111101110101101111100111111 | b0db3fbadf3f |
UTF-8 | 異렰在렭 | 111001111001010110110000111010111010000010110000111001011001110010101000111010111010000010101101 | e795b0eba0b0e59ca8eba0ad |
UHC | 異렰在렭 | 1110110010110110100011101011110111101110101001001000111010111010 | ecb68ebdeea48eba |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)