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 | ????r{d | 00111111001111110011111100111111011100100111101101100100 | 3f3f3f3f727b64 |
SJIS-WIN | ゥ」ゥ。r{d | 10101001101000111010100110100001011100100111101101100100 | a9a3a9a1727b64 |
EUC-JP | ゥ」ゥ。r{d | 1000111010101001100011101010001110001110101010011000111010100001011100100111101101100100 | 8ea98ea38ea98ea1727b64 |
UTF-8 | ゥ」ゥ。r{d | 111011111011110110101001111011111011110110100011111011111011110110101001111011111011110110100001011100100111101101100100 | efbda9efbda3efbda9efbda1727b64 |
UHC | ????r{d | 00111111001111110011111100111111011100100111101101100100 | 3f3f3f3f727b64 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)