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 | êxÑ | 111010100111100010011001100101011001101011010001 | ea7899959ad1 |
SJIS-WIN | ?x???? | 001111110111100000111111001111110011111100111111 | 3f783f3f3f3f |
EUC-JP | êx???Ñ | 10001111101010111011010001111000001111110011111100111111100011111010101011010000 | 8fabb4783f3f3f8faad0 |
UTF-8 | êxÑ | 1100001110101010011110001100001010011001110000101001010111000010100110101100001110010001 | c3aa78c299c295c29ac391 |
UHC | ?x???? | 001111110111100000111111001111110011111100111111 | 3f783f3f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)