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 | ラメ﨧 | 11010111110100101111101111010011 | d7d2fbd3 |
EUC-JP | ラメ? | 1000111011010111100011101101001000111111 | 8ed78ed23f |
UTF-8 | ラメ﨧 | 111011111011111010010111111011111011111010010010111011111010100010100111 | efbe97efbe92efa8a7 |
UHC | ??? | 001111110011111100111111 | 3f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)