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 | 中?∈ | 1001001010000110001111111000000110111000 | 92863f81b8 |
EUC-JP | 中?∈ | 1100001111100110001111111010001010111010 | c3e63fa2ba |
UTF-8 | 中뀀∈ | 111001001011100010101101111010111000000010000000111000101000100010001000 | e4b8adeb8080e28888 |
UHC | 中뀀∈ | 111100011110100110110010111010111010000111110100 | f1e9b2eba1f4 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)