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 | 蟄ゥ邯ソ霈 | 1110010110101101101010011110011110110110101111111110100010111100 | e5ada9e7b6bfe8bc |
EUC-JP | 蟄ゥ邯ソ霈 | 11101010101011111000111010101001111011101011100010001110101111111111000010111110 | eaaf8ea9eeb88ebff0be |
UTF-8 | 蟄ゥ邯ソ霈 | 111010001001111110000100111011111011110110101001111010011000001010101111111011111011110110111111111010011001110010001000 | e89f84efbda9e982afefbdbfe99c88 |
UHC | 蟄?邯?? | 11110110110111100011111111001010111110110011111100111111 | f6de3fcafb3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)