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 | 謔悟泣讙ウ謔 | 1110011010000010100011001110010110001011100000111110011010101010101100111110011010000010 | e6828ce58b83e6aab3e682 |
EUC-JP | 謔悟泣讙ウ謔 | 111010111110001010111000111001111011010111100011111011001010110010001110101100111110101111100010 | ebe2b8e7b5e3ecac8eb3ebe2 |
UTF-8 | 謔悟泣讙ウ謔 | 111010001010110010010100111001101000001010011111111001101011001110100011111010001010111010011001111011111011110110110011111010001010110010010100 | e8ac94e6829fe6b3a3e8ae99efbdb3e8ac94 |
UHC | 謔悟泣??謔 | 11111001110011001110011111110110111010111110100000111111001111111111100111001100 | f9cce7f6ebe83f3ff9cc |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)