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 | Tä\¸F | 10011111010101001110010001011100100000011011100001000110 | 9f54e45c81b846 |
SJIS-WIN | ?T?\??F | 00111111010101000011111101011100001111110011111101000110 | 3f543f5c3f3f46 |
EUC-JP | ?Tä\?¸F | 0011111101010100100011111010101110100011010111000011111110001111101000101011000101000110 | 3f548faba35c3f8fa2b146 |
UTF-8 | Tä\¸F | 1100001010011111010101001100001110100100010111001100001010000001110000101011100001000110 | c29f54c3a45cc281c2b846 |
UHC | ?T?\?¸F | 0011111101010100001111110101110000111111101000101010110001000110 | 3f543f5c3fa2ac46 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)