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 | 羂碁:豕 | 1110001110101110100011001110100110000001010001101110011010110011 | e3ae8ce98146e6b3 |
EUC-JP | 羂碁:豕 | 1110011010110000101110001110101110100001101001111110110010110101 | e6b0b8eba1a7ecb5 |
UTF-8 | 羂碁:豕 | 111001111011111010000010111001111010001010000001111011111011110010011010111010001011000110010101 | e7be82e7a281efbc9ae8b195 |
UHC | ?碁:豕 | 00111111110100011011001110100011101110101110001111001110 | 3fd1b3a3bae3ce |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)