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 | ????^ | 0011111100111111001111110011111101011110 | 3f3f3f3f5e |
SJIS-WIN | 滴面滴面^ | 100100110100100010010110110010101001001101001000100101101100101001011110 | 934896ca934896ca5e |
EUC-JP | 滴面滴面^ | 110001011010100111001100110011001100010110101001110011001100110001011110 | c5a9ccccc5a9cccc5e |
UTF-8 | 滴面滴面^ | 11100110101110111011010011101001100111011010001011100110101110111011010011101001100111011010001001011110 | e6bbb4e99da2e6bbb4e99da25e |
UHC | 滴面滴面^ | 111011101101100111011000111111001110111011011001110110001111110001011110 | eed9d8fceed9d8fc5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)