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 | Âi@Âi@B | 110000101001011101101001010000001100001010010111011010010100000001000010 | c2976940c297694042 |
SJIS-WIN | ??i@??i@B | 001111110011111101101001010000000011111100111111011010010100000001000010 | 3f3f69403f3f694042 |
EUC-JP | Â?i@Â?i@B | 10001111101010101010010000111111011010010100000010001111101010101010010000111111011010010100000001000010 | 8faaa43f69408faaa43f694042 |
UTF-8 | Âi@Âi@B | 11000011100000101100001010010111011010010100000011000011100000101100001010010111011010010100000001000010 | c382c2976940c382c297694042 |
UHC | ??i@??i@B | 001111110011111101101001010000000011111100111111011010010100000001000010 | 3f3f69403f3f694042 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)