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 | HSGW@¯ | 100100100100100010010010010100111001001001000111100100100101011110010010010000001001000110101111 | 9248925392479257924091af |
SJIS-WIN | ?H?S?G?W?@?? | 001111110100100000111111010100110011111101000111001111110101011100111111010000000011111100111111 | 3f483f533f473f573f403f3f |
EUC-JP | ?H?S?G?W?@?¯ | 0011111101001000001111110101001100111111010001110011111101010111001111110100000000111111100011111010001010110100 | 3f483f533f473f573f403f8fa2b4 |
UTF-8 | HSGW@¯ | 11000010100100100100100011000010100100100101001111000010100100100100011111000010100100100101011111000010100100100100000011000010100100011100001010101111 | c29248c29253c29247c29257c29240c291c2af |
UHC | ?H?S?G?W?@?? | 001111110100100000111111010100110011111101000111001111110101011100111111010000000011111100111111 | 3f483f533f473f573f403f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)