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æí | 11101010011110001110011011101101 | ea78e6ed |
SJIS-WIN | ?x?? | 00111111011110000011111100111111 | 3f783f3f |
EUC-JP | êxæí | 10001111101010111011010001111000100011111010100111000001100011111010101110111111 | 8fabb4788fa9c18fabbf |
UTF-8 | êxæí | 11000011101010100111100011000011101001101100001110101101 | c3aa78c3a6c3ad |
UHC | ?xæ? | 0011111101111000101010011010000100111111 | 3f78a9a13f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)