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 | 軋?? | 11100111011000010011111100111111 | e7613f3f |
EUC-JP | 軋?? | 11101101110000100011111100111111 | edc23f3f |
UTF-8 | 軋솽앓 | 111010001011101110001011111011001000011010111101111011001001010110010011 | e8bb8bec86bdec9593 |
UHC | 軋솽앓 | 111001001101100010111100111000011011111011001110 | e4d8bce1bece |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)