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 | 11000010100011101100001110011000110000101000111011000010101010000101111001000110 | c28ec398c28ec2a85e46 |
EUC-JP | ツ偲伉篠ィ^F | 100011101100001010111100110001011101000011000100101111001100010010001110101010000101111001000110 | 8ec2bcc5d0c4bcc48ea85e46 |
UTF-8 | ツ偲伉篠ィ^F | 1110111110111110100000101110010110000001101100101110010010111100100010011110011110101111101000001110111110111101101010000101111001000110 | efbe82e581b2e4bc89e7afa0efbda85e46 |
UHC | ??伉篠?^F | 001111110011111111111001111100101110000111000110001111110101111001000110 | 3f3ff9f2e1c63f5e46 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)