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 | スラ | 10111101110101111111000011100010 | bdd7f0e2 |
EUC-JP | スラ? | 1000111010111101100011101101011100111111 | 8ebd8ed73f |
UTF-8 | スラ | 111011111011110110111101111011111011111010010111111011101000001010100001 | efbdbdefbe97ee82a1 |
UHC | ??? | 001111110011111100111111 | 3f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)