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 | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
SJIS-WIN | 猥ζ??①? | 111000001100111010000011110001000011111100111111100001110100000000111111 | e0ce83c43f3f87403f |
EUC-JP | 猥ζ???? | 1110000011010000101001101100011000111111001111110011111100111111 | e0d0a6c63f3f3f3f |
UTF-8 | 猥ζ뮈緣①뮵 | 1110011110001100101001011100111010110110111010111010111010001000111001111011011110100011111000101001000110100000111010111010111010110101 | e78ca5ceb6ebae88e7b7a3e291a0ebaeb5 |
UHC | 猥ζ뮈緣①뮵 | 111010001110010110100101111001101011100110111111111001101101111010101000111001111001001010111101 | e8e5a5e6b9bfe6dea8e792bd |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)