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 | ???^ | 00111111001111110011111101011110 | 3f3f3f5e |
SJIS-WIN | 陋帷嵯^ | 11101000100110111001101111100111100011011011010101011110 | e89b9be78db55e |
EUC-JP | 陋帷嵯^ | 11101111111110111101011011101001101110101011011101011110 | effbd6e9bab75e |
UTF-8 | 陋帷嵯^ | 11101001100110011000101111100101101110001011011111100101101101011010111101011110 | e9998be5b8b7e5b5af5e |
UHC | 陋?嵯^ | 110101111011000000111111111100111010101101011110 | d7b03ff3ab5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)