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 | ???[???[^ | 001111110011111100111111010110110011111100111111001111110101101101011110 | 3f3f3f5b3f3f3f5b5e |
SJIS-WIN | ホー[ホー[^ | 1100111010110000111101101101001001011011110011101011000011110110110100100101101101011110 | ceb0f6d25bceb0f6d25b5e |
EUC-JP | ホー?[ホー?[^ | 10001110110011101000111010110000001111110101101110001110110011101000111010110000001111110101101101011110 | 8ece8eb03f5b8ece8eb03f5b5e |
UTF-8 | ホー[ホー[^ | 111011111011111010001110111011111011110110110000111011101001001110111001010110111110111110111110100011101110111110111101101100001110111010010011101110010101101101011110 | efbe8eefbdb0ee93b95befbe8eefbdb0ee93b95b5e |
UHC | ???[???[^ | 001111110011111100111111010110110011111100111111001111110101101101011110 | 3f3f3f5b3f3f3f5b5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)