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 | ?????^F | 00111111001111110011111100111111001111110101111001000110 | 3f3f3f3f3f5e46 |
SJIS-WIN | ツ偲づ督ー^F | 11000010100011101100001110000010110000111001001111000010101100000101111001000110 | c28ec382c393c2b05e46 |
EUC-JP | ツ偲づ督ー^F | 100011101100001010111100110001011010010011000101110001101100010010001110101100000101111001000110 | 8ec2bcc5a4c5c6c48eb05e46 |
UTF-8 | ツ偲づ督ー^F | 1110111110111110100000101110010110000001101100101110001110000001101001011110011110011101101000111110111110111101101100000101111001000110 | efbe82e581b2e381a5e79da3efbdb05e46 |
UHC | ??づ督?^F | 001111110011111110101010110001011101010010111101001111110101111001000110 | 3f3faac5d4bd3f5e46 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)