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 | äè[ | 1110010010011100100011101000100010001101101011011110100001011011 | e49c8e888dade85b |
SJIS-WIN | ???????[ | 0011111100111111001111110011111100111111001111110011111101011011 | 3f3f3f3f3f3f3f5b |
EUC-JP | ä?????è[ | 100011111010101110100011001111110011111100111111001111110011111110001111101010111011001001011011 | 8faba33f3f3f3f3f8fabb25b |
UTF-8 | äè[ | 110000111010010011000010100111001100001010001110110000101000100011000010100011011100001010101101110000111010100001011011 | c3a4c29cc28ec288c28dc2adc3a85b |
UHC | ??????[ | 001111110011111100111111001111110011111110100001101010010011111101011011 | 3f3f3f3f3fa1a93f5b |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)