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 | ???x | 00111111001111110011111101111000 | 3f3f3f78 |
SJIS-WIN | 昇エx | 100011111011100011111000100011101011010001111000 | 8fb8f88eb478 |
EUC-JP | 昇?エx | 101111101011101000111111100011101011010001111000 | beba3f8eb478 |
UTF-8 | 昇エx | 11100110100110001000011111101110100110001010110111101111101111011011010001111000 | e69887ee98adefbdb478 |
UHC | 昇??x | 1110001110110000001111110011111101111000 | e3b03f3f78 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)