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 | 悅l? | 1111101010111101100000101000110000111111 | fabd828c3f |
EUC-JP | ?l? | 00111111101000111110110000111111 | 3fa3ec3f |
UTF-8 | 悅l삒 | 111001101000001010000101111011111011110110001100111011001000001010010010 | e68285efbd8cec8292 |
UHC | 悅l삒 | 111001101110110110100011111011001001100010010111 | e6eda3ec9897 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)