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 | ?????EB | 00111111001111110011111100111111001111110100010101000010 | 3f3f3f3f3f4542 |
SJIS-WIN | 乙??止?EB | 100010011011001100111111001111111000111001111110001111110100010101000010 | 89b33f3f8e7e3f4542 |
EUC-JP | 乙??止?EB | 101100101011010100111111001111111011101111011111001111110100010101000010 | b2b53f3fbbdf3f4542 |
UTF-8 | 乙재헬止렣EB | 1110010010111001100110011110110010011110101011001110110110010111101011001110011010101101101000101110101110100000101000110100010101000010 | e4b999ec9eaced97ace6ada2eba0a34542 |
UHC | 乙재헬止렣EB | 111010111110000011000000111001111100011111101111111100101010110110001110101101000100010101000010 | ebe0c0e7c7eff2ad8eb44542 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)