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 | ???O | 00111111001111110011111101001111 | 3f3f3f4f |
SJIS-WIN | 跋城气O | 11100110111010111000111111101001100111111000001101001111 | e6eb8fe99f834f |
EUC-JP | 跋城气O | 11101100111011011011111011101011110111011110001101001111 | ecedbeebdde34f |
UTF-8 | 跋城气O | 11101000101101111000101111100101100111111000111011100110101100001001010001001111 | e8b78be59f8ee6b0944f |
UHC | 跋城?O | 110110111010001011100000111100100011111101001111 | dba2e0f23f4f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)