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 | ??? | 001111110011111100111111 | 3f3f3f |
SJIS-WIN | 貉器Ξ | 111001101011100110001010111011011000001110101100 | e6b98aed83ac |
EUC-JP | 貉器Ξ | 111011001011101110110100111011111010011010101110 | ecbbb4efa6ae |
UTF-8 | 貉器Ξ | 1110100010110010100010011110010110011001101010001100111010011110 | e8b289e599a8ce9e |
UHC | ?器Ξ | 0011111111010000111011111010010111001110 | 3fd0efa5ce |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)