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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-WIN | ???タ◆ | 00111111001111110011111110000011010111101000000110011111 | 3f3f3f835e819f |
EUC-JP | ???タ◆ | 00111111001111110011111110100101101111111010001010100001 | 3f3f3fa5bfa2a1 |
UTF-8 | 룶웩卽タ◆ | 111010111010001110110110111011001001101110101001111001011000110110111101111000111000001010111111111000101001011110000110 | eba3b6ec9ba9e58dbde382bfe29786 |
UHC | 룶웩卽タ◆ | 10001111101010111100000010100001111100011110110110101011101111111010000111011111 | 8fabc0a1f1edabbfa1df |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)