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è¾ | 111010001101111110010100010101001110100010111110 | e8df9454e8be |
SJIS-WIN | ???T?? | 001111110011111100111111010101000011111100111111 | 3f3f3f543f3f |
EUC-JP | èß?Tè? | 100011111010101110110010100011111010100111001110001111110101010010001111101010111011001000111111 | 8fabb28fa9ce3f548fabb23f |
UTF-8 | èßTè¾ | 1100001110101000110000111001111111000010100101000101010011000011101010001100001010111110 | c3a8c39fc29454c3a8c2be |
UHC | ?ß?T?¾ | 0011111110101001101011000011111101010100001111111010100011111010 | 3fa9ac3f543fa8fa |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)