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 | ????^ | 0011111100111111001111110011111101011110 | 3f3f3f3f5e |
SJIS-WIN | 蹂守ヲウ^ | 11100110111110001000111011100111101001101011001101011110 | e6f88ee7a6b35e |
EUC-JP | 蹂守ヲウ^ | 111011001111101010111100111010011000111010100110100011101011001101011110 | ecfabce98ea68eb35e |
UTF-8 | 蹂守ヲウ^ | 11101000101110011000001011100101101011101000100011101111101111011010011011101111101111011011001101011110 | e8b982e5ae88efbda6efbdb35e |
UHC | 蹂守??^ | 11101011101100111110000111111010001111110011111101011110 | ebb3e1fa3f3f5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)