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 | 髜宍﨧 | 111111000100000010001110101100111111101111010011 | fc408eb3fbd3 |
EUC-JP | 髜宍? | 100011111110100111101101101111001011010100111111 | 8fe9edbcb53f |
UTF-8 | 髜宍﨧 | 111010011010101110011100111001011010111010001101111011111010100010100111 | e9ab9ce5ae8defa8a7 |
UHC | ??? | 001111110011111100111111 | 3f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)