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 | 奪村臓\ | 10010010010001001001000110111010100100011001111101011100 | 924491ba919f5c |
EUC-JP | 奪村臓\ | 11000011101001011100001010111100110000101010000101011100 | c3a5c2bcc2a15c |
UTF-8 | 奪村臓\ | 11100101101001011010101011100110100111011001000111101000100001111001001101011100 | e5a5aae69d91e887935c |
UHC | 奪村?\ | 111101111010110011110101101111010011111101011100 | f7acf5bd3f5c |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)