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 | ??}??{^ | 00111111001111110111110100111111001111110111101101011110 | 3f3f7d3f3f7b5e |
SJIS-WIN | 瑚?}瑚?{^ | 100011001110100000111111011111011000110011101000001111110111101101011110 | 8ce83f7d8ce83f7b5e |
EUC-JP | 瑚?}瑚?{^ | 101110001110101000111111011111011011100011101010001111110111101101011110 | b8ea3f7db8ea3f7b5e |
UTF-8 | 瑚偾}瑚偾{^ | 111001111001000110011010111001011000000110111110011111011110011110010001100110101110010110000001101111100111101101011110 | e7919ae581be7de7919ae581be7b5e |
UHC | 瑚?}瑚?{^ | 111110111101000100111111011111011111101111010001001111110111101101011110 | fbd13f7dfbd13f7b5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)