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 | 財???隙 | 10001101111000000011111100111111001111111000110010000100 | 8de03f3f3f8c84 |
EUC-JP | 財???隙 | 10111010111000100011111100111111001111111011011111100100 | bae23f3f3fb7e4 |
UTF-8 | 財목렰띤隙 | 111010001011001010100001111010111010101010101001111010111010000010110000111010111001110110100100111010011001101010011001 | e8b2a1ebaaa9eba0b0eb9da4e99a99 |
UHC | 財목렰띤隙 | 11101110101011111011100011110001100011101011110110110110111011011101000011000000 | eeafb8f18ebdb6edd0c0 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)