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 | 猥θ?娃 | 11100000110011101000001111000110001111111000100010100001 | e0ce83c63f88a1 |
EUC-JP | 猥θ?娃 | 11100000110100001010011011001000001111111011000010100011 | e0d0a6c83fb0a3 |
UTF-8 | 猥θ븺娃 | 1110011110001100101001011100111010111000111010111011100010111010111001011010100010000011 | e78ca5ceb8ebb8bae5a883 |
UHC | 猥θ븺娃 | 1110100011100101101001011110100010010101101000111110100011011111 | e8e5a5e895a3e8df |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)