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 | ??????A | 00111111001111110011111100111111001111110011111101000001 | 3f3f3f3f3f3f41 |
SJIS-WIN | テコツアツ靴A | 1100001110111010110000101011000111000010100011000100001101000001 | c3bac2b1c28c4341 |
EUC-JP | テコツアツ靴A | 10001110110000111000111010111010100011101100001010001110101100011000111011000010101101111010010001000001 | 8ec38eba8ec28eb18ec2b7a441 |
UTF-8 | テコツアツ靴A | 11101111101111101000001111101111101111011011101011101111101111101000001011101111101111011011000111101111101111101000001011101001100111011011010001000001 | efbe83efbdbaefbe82efbdb1efbe82e99db441 |
UHC | ?????靴A | 0011111100111111001111110011111100111111111111001010100001000001 | 3f3f3f3f3ffca841 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)