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 | ??????^ | 00111111001111110011111100111111001111110011111101011110 | 3f3f3f3f3f3f5e |
SJIS-WIN | 攸??攸??^ | 100111011011111100111111001111111001110110111111001111110011111101011110 | 9dbf3f3f9dbf3f3f5e |
EUC-JP | 攸??攸??^ | 110110101100000100111111001111111101101011000001001111110011111101011110 | dac13f3fdac13f3f5e |
UTF-8 | 攸펩읒攸펩읒^ | 11100110100101001011100011101101100011101010100111101100100111011001001011100110100101001011100011101101100011101010100111101100100111011001001001011110 | e694b8ed8ea9ec9d92e694b8ed8ea9ec9d925e |
UHC | 攸펩읒攸펩읒^ | 11101010111100101100011011101001110000001100000111101010111100101100011011101001110000001100000101011110 | eaf2c6e9c0c1eaf2c6e9c0c15e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)