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 | ???\ | 00111111001111110011111101011100 | 3f3f3f5c |
SJIS-WIN | 侑??\ | 1001100011010000001111110011111101011100 | 98d03f3f5c |
EUC-JP | 侑??\ | 1101000011010010001111110011111101011100 | d0d23f3f5c |
UTF-8 | 侑숁퇍\ | 11100100101111101001000111101100100010001000000111101101100001111000110101011100 | e4be91ec8881ed878d5c |
UHC | 侑숁퇍\ | 11101010111000101001100111100110101101111001111001011100 | eae299e6b79e5c |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)