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 | ñÂÏ×G | 1111000111000010110011111101011101000111 | f1c2cfd747 |
SJIS-WIN | ???×G | 001111110011111100111111100000010111111001000111 | 3f3f3f817e47 |
EUC-JP | ñÂÏ×G | 100011111010101111010000100011111010101010100100100011111010101011000001101000011101111101000111 | 8fabd08faaa48faac1a1df47 |
UTF-8 | ñÂÏ×G | 110000111011000111000011100000101100001110001111110000111001011101000111 | c3b1c382c38fc39747 |
UHC | ???×G | 001111110011111100111111101000011011111101000111 | 3f3f3fa1bf47 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)