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 | 由?? | 10010111010100100011111100111111 | 97523f3f |
EUC-JP | 由?? | 11001101101100110011111100111111 | cdb33f3f |
UTF-8 | 由들썦 | 111001111001010010110001111010111001001110100100111011001000110110100110 | e794b1eb93a4ec8da6 |
UHC | 由들썦 | 111010111010011010110101111010011001101110011001 | eba6b5e99b99 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)