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 | Õ®×ì | 11010101101011101101011111101100 | d5aed7ec |
SJIS-WIN | ??×? | 0011111100111111100000010111111000111111 | 3f3f817e3f |
EUC-JP | Õ®×ì | 1000111110101010110110001000111110100010111011101010000111011111100011111010101111000000 | 8faad88fa2eea1df8fabc0 |
UTF-8 | Õ®×ì | 1100001110010101110000101010111011000011100101111100001110101100 | c395c2aec397c3ac |
UHC | ?®×? | 001111111010001011100111101000011011111100111111 | 3fa2e7a1bf3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)