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 | ??h?? | 0011111100111111011010000011111100111111 | 3f3f683f3f |
SJIS-WIN | 箏箏h箏箏 | 111000101011010111100010101101010110100011100010101101011110001010110101 | e2b5e2b568e2b5e2b5 |
EUC-JP | 箏箏h箏箏 | 111001001011011111100100101101110110100011100100101101111110010010110111 | e4b7e4b768e4b7e4b7 |
UTF-8 | 箏箏h箏箏 | 11100111101011101000111111100111101011101000111101101000111001111010111010001111111001111010111010001111 | e7ae8fe7ae8f68e7ae8fe7ae8f |
UHC | 箏箏h箏箏 | 111011101011010011101110101101000110100011101110101101001110111010110100 | eeb4eeb468eeb4eeb4 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)