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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | 釣?劍脂 | 10010010110111100011111110011001100110001000111010001001 | 92de3f99988e89 |
EUC-JP | 釣?劍脂 | 11000100111000000011111111010001111110001011101111101001 | c4e03fd1f8bbe9 |
UTF-8 | 釣멱劍脂 | 111010011000011110100011111010111010100110110001111001011000101010001101111010001000010010000010 | e987a3eba9b1e58a8de88482 |
UHC | 釣멱劍脂 | 1111000011100101101110001110100011001011111111001111001010110111 | f0e5b8e8cbfcf2b7 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)