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 | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
SJIS-WIN | 讖壱ウ晝オ晏 | 11100110101010011000100011101011101100111001110111101010101101011001110111100101 | e6a988ebb39deab59de5 |
EUC-JP | 讖壱ウ晝オ晏 | 111011001010101110110000111011011000111010110011110110101110110010001110101101011101101011100111 | ecabb0ed8eb3daec8eb5dae7 |
UTF-8 | 讖壱ウ晝オ晏 | 111010001010111010010110111001011010001110110001111011111011110110110011111001101001100110011101111011111011110110110101111001101001100110001111 | e8ae96e5a3b1efbdb3e6999defbdb5e6998f |
UHC | 讖??晝?晏 | 111100111101100100111111001111111111000110111000001111111110010011001111 | f3d93f3ff1b83fe4cf |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)