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 | 蔕顔Υ粢 | 1110010011110110100010101110011110000011101100101110001011100101 | e4f68ae783b2e2e5 |
EUC-JP | 蔕顔Υ粢 | 1110100011111000101101001110100110100110101101001110010011100111 | e8f8b4e9a6b4e4e7 |
UTF-8 | 蔕顔Υ粢 | 1110100010010100100101011110100110100001100101001100111010100101111001111011001010100010 | e89495e9a194cea5e7b2a2 |
UHC | ?顔Υ? | 001111111110010011010100101001011101010000111111 | 3fe4d4a5d43f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)