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 | ????I?? | 00111111001111110011111100111111010010010011111100111111 | 3f3f3f3f493f3f |
SJIS-WIN | ?蕣斟?I?? | 001111111110010011111010100111011100111000111111010010010011111100111111 | 3fe4fa9dce3f493f3f |
EUC-JP | ?蕣斟?I?? | 001111111110100011111100110110101101000000111111010010010011111100111111 | 3fe8fcdad03f493f3f |
UTF-8 | 롒蕣斟렣I롒橓 | 11101011101000011001001011101000100101011010001111100110100101101001111111101011101000001010001101001001111010111010000110010010111001101010100110010011 | eba192e895a3e6969feba0a349eba192e6a993 |
UHC | 롒蕣斟렣I롒橓 | 10001110110101111110001011110010111100101111100010001110101101000100100110001110110101111110001011100101 | 8ed7e2f2f2f88eb4498ed7e2e5 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)