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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | ?期岫? | 001111111000101011111010100110111010101100111111 | 3f8afa9bab3f |
EUC-JP | ?期岫? | 001111111011010011111100110101101010110100111111 | 3fb4fcd6ad3f |
UTF-8 | 뤦期岫栒 | 111010111010010010100110111001101001110010011111111001011011001010101011111001101010000010010010 | eba4a6e69c9fe5b2abe6a092 |
UHC | 뤦期岫栒 | 1000111111010100110100011010001011100001111110111110001011100011 | 8fd4d1a2e1fbe2e3 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)