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 | ÞèÂ× | 1101111011101000100011111100001011010111 | dee88fc2d7 |
SJIS-WIN | ????× | 001111110011111100111111001111111000000101111110 | 3f3f3f3f817e |
EUC-JP | Þè?Â× | 100011111010100110110000100011111010101110110010001111111000111110101010101001001010000111011111 | 8fa9b08fabb23f8faaa4a1df |
UTF-8 | ÞèÂ× | 11000011100111101100001110101000110000101000111111000011100000101100001110010111 | c39ec3a8c28fc382c397 |
UHC | Þ???× | 10101000101011010011111100111111001111111010000110111111 | a8ad3f3f3fa1bf |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)