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 | ?????EL | 00111111001111110011111100111111001111110100010101001100 | 3f3f3f3f3f454c |
SJIS-WIN | ?????EL | 00111111001111110011111100111111001111110100010101001100 | 3f3f3f3f3f454c |
EUC-JP | ?????EL | 00111111001111110011111100111111001111110100010101001100 | 3f3f3f3f3f454c |
UTF-8 | 묪뫔묬뭊묧EL | 1110101110101100101010101110101110101011100101001110101110101100101011001110101110101101100010101110101110101100101001110100010101001100 | ebacaaebab94ebacacebad8aebaca7454c |
UHC | 묪뫔묬뭊묧EL | 100100100100001010010001101101101001001001000011100100100101010110010001111111100100010101001100 | 924291b69243925591fe454c |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)