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 | 吟レ? | 1000101111100001100000111000110000111111 | 8be1838c3f |
EUC-JP | 吟レ? | 1011011011100011101001011110110000111111 | b6e3a5ec3f |
UTF-8 | 吟レ뀕 | 111001011001000010011111111000111000001110101100111010111000000010010101 | e5909fe383aceb8095 |
UHC | 吟レ뀕 | 111010111110000110101011111011001000010110001110 | ebe1abec858e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)