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 | 00111111001111110011111101000010 | 3f3f3f42 |
SJIS-WIN | 貍′勝B | 11100110101111001000000110001100100011111001111101000010 | e6bc818c8f9f42 |
EUC-JP | 貍′勝B | 11101100101111101010000111101100101111101010000101000010 | ecbea1ecbea142 |
UTF-8 | 貍′勝B | 11101000101100101000110111100010100000001011001011100101100010111001110101000010 | e8b28de280b2e58b9d42 |
UHC | ?′勝B | 001111111010000111000111111000111010110101000010 | 3fa1c7e3ad42 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)