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 | äòè\ | 1110010011110010100011101000100010001101101011011110100001011100 | e4f28e888dade85c |
SJIS-WIN | ???????\ | 0011111100111111001111110011111100111111001111110011111101011100 | 3f3f3f3f3f3f3f5c |
EUC-JP | äò????è\ | 1000111110101011101000111000111110101011110100100011111100111111001111110011111110001111101010111011001001011100 | 8faba38fabd23f3f3f3f8fabb25c |
UTF-8 | äòè\ | 110000111010010011000011101100101100001010001110110000101000100011000010100011011100001010101101110000111010100001011100 | c3a4c3b2c28ec288c28dc2adc3a85c |
UHC | ??????\ | 001111110011111100111111001111110011111110100001101010010011111101011100 | 3f3f3f3f3fa1a93f5c |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)