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 | 攸잙퓳攸잛몖^ | 11100110100101001011100011101100100111101001100111101101100100111011001111100110100101001011100011101100100111101001101111101011101010101001011001011110 | e694b8ec9e99ed93b3e694b8ec9e9bebaa965e |
UHC | 攸잙퓳攸잛몖^ | 11101010111100101001111111101011101111111001100111101010111100101001111111101100100100011000010001011110 | eaf29febbf99eaf29fec91845e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)