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 | 凹ュ?猥 | 10001001100110101000001110000101001111111110000011001110 | 899a83853fe0ce |
EUC-JP | 凹ュ?猥 | 10110001111110101010010111100101001111111110000011010000 | b1faa5e53fe0d0 |
UTF-8 | 凹ュ뜥猥 | 111001011000011110111001111000111000001110100101111010111001110010100101111001111000110010100101 | e587b9e383a5eb9ca5e78ca5 |
UHC | 凹ュ뜥猥 | 1110100011101010101010111110010110001101101010001110100011100101 | e8eaabe58da8e8e5 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)