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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | 軏・訷傳 | 11111011101100101010010111111011101001001001100101000010 | fbb2a5fba49942 |
EUC-JP | 軏・訷傳 | 10001111111000001101100110001110101001011000111111011101110101001101000110100011 | 8fe0d98ea58fddd4d1a3 |
UTF-8 | 軏・訷傳 | 111010001011101110001111111011111011110110100101111010001010100010110111111001011000001010110011 | e8bb8fefbda5e8a8b7e582b3 |
UHC | ???傳 | 0011111100111111001111111110111011101110 | 3f3f3feeee |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)