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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | 遠絞l? | 10001001100100111000110101101001100000101000110000111111 | 89938d69828c3f |
EUC-JP | 遠絞l鋌 | 101100011111001110111001110010101010001111101100100011111110010010111011 | b1f3b9caa3ec8fe4bb |
UTF-8 | 遠絞l鋌 | 111010011000000110100000111001111011010110011110111011111011110110001100111010011000101110001100 | e981a0e7b59eefbd8ce98b8c |
UHC | 遠絞l鋌 | 1110101011000000110011101110110110100011111011001110111111111011 | eac0ceeda3eceffb |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)