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 | ??B | 001111110011111101000010 | 3f3f42 |
SJIS-WIN | 少待B | 1000111110101101100100011101001001000010 | 8fad91d242 |
EUC-JP | 少待B | 1011111010101111110000101101010001000010 | beafc2d442 |
UTF-8 | 少待B | 11100101101100001001000111100101101111101000010101000010 | e5b091e5be8542 |
UHC | 少待B | 1110000110110100110100111110001001000010 | e1b4d3e242 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)