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? | 001111110011111100111111001111110100100100111111 | 3f3f3f3f493f |
SJIS-WIN | ?蕣斟?I? | 0011111111100100111110101001110111001110001111110100100100111111 | 3fe4fa9dce3f493f |
EUC-JP | ?蕣斟?I? | 0011111111101000111111001101101011010000001111110100100100111111 | 3fe8fcdad03f493f |
UTF-8 | 롒蕣斟렣I롒 | 11101011101000011001001011101000100101011010001111100110100101101001111111101011101000001010001101001001111010111010000110010010 | eba192e895a3e6969feba0a349eba192 |
UHC | 롒蕣斟렣I롒 | 1000111011010111111000101111001011110010111110001000111010110100010010011000111011010111 | 8ed7e2f2f2f88eb4498ed7 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)