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 | 倚警灣 | 100110001101111110001100011110001110000001110011 | 98df8c78e073 |
EUC-JP | 倚警灣 | 110100001110000110110111110110011101111111010100 | d0e1b7d9dfd4 |
UTF-8 | 倚警灣 | 111001011000000010011010111010001010110110100110111001111000000110100011 | e5809ae8ada6e781a3 |
UHC | 倚警灣 | 111010111110111111001100111011011101100010111101 | ebefccedd8bd |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)