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 | ?? | 0011111100111111 | 3f3f |
SJIS-WIN | 諞ョ | 11100110100001101000001110000111 | e6868387 |
EUC-JP | 諞ョ | 11101011111001101010010111100111 | ebe6a5e7 |
UTF-8 | 諞ョ | 111010001010101110011110111000111000001110100111 | e8ab9ee383a7 |
UHC | ?ョ | 001111111010101111100111 | 3fabe7 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)