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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-WIN | 陜ィ蛟ゥ闊 | 1110100010011101101010001110010110000000101010011110100010001000 | e89da8e580a9e888 |
EUC-JP | 陜ィ蛟ゥ闊 | 11101111111111011000111010101000111010011110000010001110101010011110111111101000 | effd8ea8e9e08ea9efe8 |
UTF-8 | 陜ィ蛟ゥ闊 | 111010011001100110011100111011111011110110101000111010001001101110011111111011111011110110101001111010011001011110001010 | e9999cefbda8e89b9fefbda9e9978a |
UHC | 陜?蛟?闊 | 1111100111110000001111111100111011110001001111111111110011000100 | f9f03fcef13ffcc4 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)