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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-WIN | 鬮サ諛亥惧 | 111010011010101110111011111001101000011110001000111001011001110010011100 | e9abbbe68788e59c9c |
EUC-JP | 鬮サ諛亥惧 | 11110010101011011000111010111011111010111110011110110000111001111101011111111100 | f2ad8ebbebe7b0e7d7fc |
UTF-8 | 鬮サ諛亥惧 | 111010011010110010101110111011111011110110111011111010001010101110011011111001001011101010100101111001101000001110100111 | e9acaeefbdbbe8ab9be4baa5e683a7 |
UHC | ??諛亥? | 00111111001111111110101110110000111110101010010000111111 | 3f3febb0faa43f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)