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 | 001111110011111100111111001111110011111101000110 | 3f3f3f3f3f46 |
SJIS-WIN | ツ偲陳篠ェF | 110000101000111011000011100100101100001010001110110000101010101001000110 | c28ec392c28ec2aa46 |
EUC-JP | ツ偲陳篠ェF | 1000111011000010101111001100010111000100110001001011110011000100100011101010101001000110 | 8ec2bcc5c4c4bcc48eaa46 |
UTF-8 | ツ偲陳篠ェF | 11101111101111101000001011100101100000011011001011101001100110011011001111100111101011111010000011101111101111011010101001000110 | efbe82e581b2e999b3e7afa0efbdaa46 |
UHC | ??陳篠?F | 0011111100111111111100101110011111100001110001100011111101000110 | 3f3ff2e7e1c63f46 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)