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 | èìÍ¢? | 1110100011101100110011011010001000111111 | e8eccda23f |
SJIS-WIN | ???¢蹕 | 00111111001111110011111110000001100100011110011101001010 | 3f3f3f8191e74a |
EUC-JP | èìÍ¢蹕 | 10001111101010111011001010001111101010111100000010001111101010101011111110100001111100011110110110101011 | 8fabb28fabc08faabfa1f1edab |
UTF-8 | èìÍ¢蹕 | 1100001110101000110000111010110011000011100011011100001010100010111010001011100110010101 | c3a8c3acc38dc2a2e8b995 |
UHC | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)