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 | Õ¤[Õ¤[^ | 11010101101001000101101111010101101001000101101101011110 | d5a45bd5a45b5e |
SJIS-WIN | ??[??[^ | 00111111001111110101101100111111001111110101101101011110 | 3f3f5b3f3f5b5e |
EUC-JP | Õ¤[Õ¤[^ | 100011111010101011011000100011111010001011110000010110111000111110101010110110001000111110100010111100000101101101011110 | 8faad88fa2f05b8faad88fa2f05b5e |
UTF-8 | Õ¤[Õ¤[^ | 1100001110010101110000101010010001011011110000111001010111000010101001000101101101011110 | c395c2a45bc395c2a45b5e |
UHC | ?¤[?¤[^ | 001111111010001010110100010110110011111110100010101101000101101101011110 | 3fa2b45b3fa2b45b5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)