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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | 蔗刻週鐓 | 1110010011110010100011011000111110001111010101001110100001011101 | e4f28d8f8f54e85d |
EUC-JP | 蔗刻週鐓 | 1110100011110100101110011110111110111101101101011110111110111110 | e8f4b9efbdb5efbe |
UTF-8 | 蔗刻週鐓 | 111010001001010010010111111001011000100010111011111010011000000010110001111010011001000010010011 | e89497e588bbe980b1e99093 |
UHC | 蔗刻週? | 11101101101111011100101010111110111100011100111000111111 | edbdcabef1ce3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)