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 | 游λ? | 1001111111100000100000111100100100111111 | 9fe083c93f |
EUC-JP | 游λ? | 1101111011100010101001101100101100111111 | dee2a6cb3f |
UTF-8 | 游λ르 | 1110011010111000101110001100111010111011111010111010010110110100 | e6b8b8cebbeba5b4 |
UHC | 游λ르 | 111010101111110110100101111010111011100010100011 | eafda5ebb8a3 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)