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 | 釣?絹任 | 10010010110111100011111110001100101001101001010001000011 | 92de3f8ca69443 |
EUC-JP | 釣?絹任 | 11000100111000000011111110111000101010001100011110100100 | c4e03fb8a8c7a4 |
UTF-8 | 釣쇤絹任 | 111010011000011110100011111011001000011110100100111001111011010110111001111001001011101110111011 | e987a3ec87a4e7b5b9e4bbbb |
UHC | 釣쇤絹任 | 1111000011100101101111001110100111001100101101011110110011110010 | f0e5bce9ccb5ecf2 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)