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 | ÂBVÂBVB | 110000101001001001000010010101101100001010010010010000100101011001000010 | c2924256c292425642 |
SJIS-WIN | ??BV??BVB | 001111110011111101000010010101100011111100111111010000100101011001000010 | 3f3f42563f3f425642 |
EUC-JP | Â?BVÂ?BVB | 10001111101010101010010000111111010000100101011010001111101010101010010000111111010000100101011001000010 | 8faaa43f42568faaa43f425642 |
UTF-8 | ÂBVÂBVB | 11000011100000101100001010010010010000100101011011000011100000101100001010010010010000100101011001000010 | c382c2924256c382c292425642 |
UHC | ??BV??BVB | 001111110011111101000010010101100011111100111111010000100101011001000010 | 3f3f42563f3f425642 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)