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 | ÷§ñüÓ¡ñ | 11110111101001111111000111111100110100111010000111110001 | f7a7f1fcd3a1f1 |
SJIS-WIN | ֤????? | 100000011000000010000001100110000011111100111111001111110011111100111111 | 818081983f3f3f3f3f |
EUC-JP | ÷§ñüÓ¡ñ | 10100001111000001010000111111000100011111010101111010000100011111010101111100100100011111010101011010001100011111010001011000010100011111010101111010000 | a1e0a1f88fabd08fabe48faad18fa2c28fabd0 |
UTF-8 | ÷§ñüÓ¡ñ | 1100001110110111110000101010011111000011101100011100001110111100110000111001001111000010101000011100001110110001 | c3b7c2a7c3b1c3bcc393c2a1c3b1 |
UHC | ÷§???¡? | 10100001110000001010000111010111001111110011111100111111101000101010111000111111 | a1c0a1d73f3f3fa2ae3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)