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 | 丈セ縞辞 | 100011111110010010111110100011101100100011110011111011101000111010101011 | 8fe4be8ec8f3ee8eab |
EUC-JP | 丈セ縞?辞 | 101111101110011010001110101111101011110011001010001111111011110010101101 | bee68ebebcca3fbcad |
UTF-8 | 丈セ縞辞 | 111001001011100010001000111011111011110110111110111001111011100010011110111011101000101110100001111010001011111010011110 | e4b888efbdbee7b89eee8ba1e8be9e |
UHC | 丈?縞?? | 11101101110110110011111111111011110101100011111100111111 | eddb3ffbd63f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)