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 | ??? | 001111110011111100111111 | 3f3f3f |
SJIS-WIN | 陋ケ豕 | 1110100010011011101110011110011010110011 | e89bb9e6b3 |
EUC-JP | 陋ケ豕 | 111011111111101110001110101110011110110010110101 | effb8eb9ecb5 |
UTF-8 | 陋ケ豕 | 111010011001100110001011111011111011110110111001111010001011000110010101 | e9998befbdb9e8b195 |
UHC | 陋?豕 | 1101011110110000001111111110001111001110 | d7b03fe3ce |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)