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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-WIN | 蟒セ遽ゥ髻 | 1110010110111011101111101110011110101111101010011110100110011111 | e5bbbee7afa9e99f |
EUC-JP | 蟒セ遽ゥ髻 | 11101010101111011000111010111110111011101011000110001110101010011111001010100001 | eabd8ebeeeb18ea9f2a1 |
UTF-8 | 蟒セ遽ゥ髻 | 111010001001111110010010111011111011110110111110111010011000000110111101111011111011110110101001111010011010101110111011 | e89f92efbdbee981bdefbda9e9abbb |
UHC | ??遽?? | 001111110011111111001011111010000011111100111111 | 3f3fcbe83f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)