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 | åe | 11100101011001011000110110011101 | e5658d9d |
SJIS-WIN | ?e?? | 00111111011001010011111100111111 | 3f653f3f |
EUC-JP | åe?? | 100011111010101110101001011001010011111100111111 | 8faba9653f3f |
UTF-8 | åe | 11000011101001010110010111000010100011011100001010011101 | c3a565c28dc29d |
UHC | ?e?? | 00111111011001010011111100111111 | 3f653f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)