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^ | 001111110110010101011110 | 3f655e |
SJIS-WIN | 鴉e^ | 11101001111010110110010101011110 | e9eb655e |
EUC-JP | 鴉e^ | 11110010111011010110010101011110 | f2ed655e |
UTF-8 | 鴉e^ | 1110100110110100100010010110010101011110 | e9b489655e |
UHC | 鴉e^ | 11100100101111000110010101011110 | e4bc655e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)