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 | 1111101111001001100011101010001001000110 | fbc98ea246 |
SJIS-WIN | ???¢F | 001111110011111100111111100000011001000101000110 | 3f3f3f819146 |
EUC-JP | ûÉ?¢F | 10001111101010111110010110001111101010101011000100111111101000011111000101000110 | 8fabe58faab13fa1f146 |
UTF-8 | ûÉ¢F | 110000111011101111000011100010011100001010001110110000101010001001000110 | c3bbc389c28ec2a246 |
UHC | ????F | 0011111100111111001111110011111101000110 | 3f3f3f3f46 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)