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 | 辱??蒻??\ | 100100000100101000111111001111111110010011101000001111110011111101011100 | 904a3f3fe4e83f3f5c |
EUC-JP | 辱??蒻??\ | 101111111010101100111111001111111110100011101010001111110011111101011100 | bfab3f3fe8ea3f3f5c |
UTF-8 | 辱잌ㅁ蒻며뮵\ | 11101000101111101011000111101100100111101000110011100011100001011000000111101000100100101011101111101011101010011011000011101011101011101011010101011100 | e8beb1ec9e8ce38581e892bbeba9b0ebaeb55c |
UHC | 辱잌ㅁ蒻며뮵\ | 11101001101101001001111111100101101001001011000111100101101101101011100011100111100100101011110101011100 | e9b49fe5a4b1e5b6b8e792bd5c |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)