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 | 釣?劍梯 | 10010010110111100011111110011001100110001001001011110010 | 92de3f999892f2 |
EUC-JP | 釣?劍梯 | 11000100111000000011111111010001111110001100010011110100 | c4e03fd1f8c4f4 |
UTF-8 | 釣멱劍梯 | 111010011000011110100011111010111010100110110001111001011000101010001101111001101010001010101111 | e987a3eba9b1e58a8de6a2af |
UHC | 釣멱劍梯 | 1111000011100101101110001110100011001011111111001111000010101100 | f0e5b8e8cbfcf0ac |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)