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 | 蜊廷└蜃 | 1110010110001101100100101110110010000100101001001110010110000111 | e58d92ec84a4e587 |
EUC-JP | 蜊廷└蜃 | 1110100111101101110001001110111010101000101001101110100111100111 | e9edc4eea8a6e9e7 |
UTF-8 | 蜊廷└蜃 | 111010001001110010001010111001011011101110110111111000101001010010010100111010001001110010000011 | e89c8ae5bbb7e29494e89c83 |
UHC | ?廷└蜃 | 00111111111011111101010110100110101001101110001111110001 | 3fefd5a6a6e3f1 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)