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 | 闕冗カア | 111010001000110110001111111001111011011010110001 | e88d8fe7b6b1 |
EUC-JP | 闕冗カア | 1110111111101101101111101110100110001110101101101000111010110001 | efedbee98eb68eb1 |
UTF-8 | 闕冗カア | 111010011001011110010101111001011000011010010111111011111011110110110110111011111011110110110001 | e99795e58697efbdb6efbdb1 |
UHC | 闕冗?? | 110011111111010011101001101101110011111100111111 | cff4e9b73f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)