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 | ¢£ Å | 1001001010100010100101101010001110000010100001011000100011000101 | 92a296a3828588c5 |
SJIS-WIN | ?¢?£???? | 00111111100000011001000100111111100000011001001000111111001111110011111100111111 | 3f81913f81923f3f3f3f |
EUC-JP | ?¢?£???Å | 001111111010000111110001001111111010000111110010001111110011111100111111100011111010101010101001 | 3fa1f13fa1f23f3f3f8faaa9 |
UTF-8 | ¢£ Å | 11000010100100101100001010100010110000101001011011000010101000111100001010000010110000101000010111000010100010001100001110000101 | c292c2a2c296c2a3c282c285c288c385 |
UHC | ???????? | 0011111100111111001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)