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 | éí¼Ë¼ | 100011111110100111101101101111001100101110111100 | 8fe9edbccbbc |
SJIS-WIN | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
EUC-JP | ?éí?Ë? | 001111111000111110101011101100011000111110101011101111110011111110001111101010101011001100111111 | 3f8fabb18fabbf3f8faab33f |
UTF-8 | éí¼Ë¼ | 110000101000111111000011101010011100001110101101110000101011110011000011100010111100001010111100 | c28fc3a9c3adc2bcc38bc2bc |
UHC | ???¼?¼ | 0011111100111111001111111010100011111001001111111010100011111001 | 3f3f3fa8f93fa8f9 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)