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 | スラ鋕 | 10111101110101111111101111010100 | bdd7fbd4 |
EUC-JP | スラ鋕 | 10001110101111011000111011010111100011111110010011000000 | 8ebd8ed78fe4c0 |
UTF-8 | スラ鋕 | 111011111011110110111101111011111011111010010111111010011000101110010101 | efbdbdefbe97e98b95 |
UHC | ??? | 001111110011111100111111 | 3f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)