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 | ÷§ñüÓ£ | 111101111010011111110001111111001101001110100011 | f7a7f1fcd3a3 |
SJIS-WIN | ÷§???£ | 100000011000000010000001100110000011111100111111001111111000000110010010 | 818081983f3f3f8192 |
EUC-JP | ÷§ñüÓ£ | 101000011110000010100001111110001000111110101011110100001000111110101011111001001000111110101010110100011010000111110010 | a1e0a1f88fabd08fabe48faad1a1f2 |
UTF-8 | ÷§ñüÓ£ | 110000111011011111000010101001111100001110110001110000111011110011000011100100111100001010100011 | c3b7c2a7c3b1c3bcc393c2a3 |
UHC | ֤???? | 1010000111000000101000011101011100111111001111110011111100111111 | a1c0a1d73f3f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)