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 | °Í¢? | 10110000110011011010001000111111 | b0cda23f |
SJIS-WIN | °?¢蹕 | 10000001100010110011111110000001100100011110011101001010 | 818b3f8191e74a |
EUC-JP | °Í¢蹕 | 101000011110101110001111101010101011111110100001111100011110110110101011 | a1eb8faabfa1f1edab |
UTF-8 | °Í¢蹕 | 110000101011000011000011100011011100001010100010111010001011100110010101 | c2b0c38dc2a2e8b995 |
UHC | °??? | 1010000111000110001111110011111100111111 | a1c63f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)