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 | ???@ | 00111111001111110011111101000000 | 3f3f3f40 |
SJIS-WIN | 釣?劍@ | 100100101101111000111111100110011001100001000000 | 92de3f999840 |
EUC-JP | 釣?劍@ | 110001001110000000111111110100011111100001000000 | c4e03fd1f840 |
UTF-8 | 釣멱劍@ | 11101001100001111010001111101011101010011011000111100101100010101000110101000000 | e987a3eba9b1e58a8d40 |
UHC | 釣멱劍@ | 11110000111001011011100011101000110010111111110001000000 | f0e5b8e8cbfc40 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)