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 | 蔗фア矍 | 1110010011110010100001001000011010000011010000011110000111011101 | e4f284868341e1dd |
EUC-JP | 蔗фア矍 | 1110100011110100101001111110011010100101101000101110001011011111 | e8f4a7e6a5a2e2df |
UTF-8 | 蔗фア矍 | 1110100010010100100101111101000110000100111000111000001010100010111001111001111110001101 | e89497d184e382a2e79f8d |
UHC | 蔗фア? | 11101101101111011010110011100110101010111010001000111111 | edbdace6aba23f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)