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 | リタ\ | 1101100011000000111100101100001001011100 | d8c0f2c25c |
EUC-JP | リタ?\ | 100011101101100010001110110000000011111101011100 | 8ed88ec03f5c |
UTF-8 | リタ\ | 11101111101111101001100011101111101111101000000011101110100001111011100101011100 | efbe98efbe80ee87b95c |
UHC | ???\ | 00111111001111110011111101011100 | 3f3f3f5c |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)