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 | 劑?m蔚 | 10011001100111010011111110000010100011011000100101010101 | 999d3f828d8955 |
EUC-JP | 劑?m蔚 | 11010001111111010011111110100011111011011011000110110110 | d1fd3fa3edb1b6 |
UTF-8 | 劑屢m蔚 | 111001011000101010010001111011111010010110001011111011111011110110001101111010001001010010011010 | e58a91efa58befbd8de8949a |
UHC | 劑屢m蔚 | 1111000010100101110100101110010110100011111011011110101010100101 | f0a5d2e5a3edeaa5 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)