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 | Å | 1100010111101111100011111010001010110010 | c5ef8fa2b2 |
SJIS-WIN | ???¢? | 001111110011111100111111100000011001000100111111 | 3f3f3f81913f |
EUC-JP | Åï?¢? | 10001111101010101010100110001111101010111100000100111111101000011111000100111111 | 8faaa98fabc13fa1f13f |
UTF-8 | Å | 11000011100001011100001110101111110000101000111111000010101000101100001010110010 | c385c3afc28fc2a2c2b2 |
UHC | ????² | 001111110011111100111111001111111010100111110111 | 3f3f3f3fa9f7 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)