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 | ??????\ | 00111111001111110011111100111111001111110011111101011100 | 3f3f3f3f3f3f5c |
SJIS-WIN | 辱??軟??\ | 100100000100101000111111001111111001001111101110001111110011111101011100 | 904a3f3f93ee3f3f5c |
EUC-JP | 辱??軟??\ | 101111111010101100111111001111111100011011110000001111110011111101011100 | bfab3f3fc6f03f3f5c |
UTF-8 | 辱잌ㅁ軟녺뮵\ | 11101000101111101011000111101100100111101000110011100011100001011000000111101000101110111001111111101011100001011011101011101011101011101011010101011100 | e8beb1ec9e8ce38581e8bb9feb85baebaeb55c |
UHC | 辱잌ㅁ軟녺뮵\ | 11101001101101001001111111100101101001001011000111100110111000111000011011100111100100101011110101011100 | e9b49fe5a4b1e6e386e792bd5c |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)