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 | 裄悟泣讙ウ謔 | 1110010111100000100011001110010110001011100000111110011010101010101100111110011010000010 | e5e08ce58b83e6aab3e682 |
EUC-JP | 裄悟泣讙ウ謔 | 111010101110001010111000111001111011010111100011111011001010110010001110101100111110101111100010 | eae2b8e7b5e3ecac8eb3ebe2 |
UTF-8 | 裄悟泣讙ウ謔 | 111010001010001110000100111001101000001010011111111001101011001110100011111010001010111010011001111011111011110110110011111010001010110010010100 | e8a384e6829fe6b3a3e8ae99efbdb3e8ac94 |
UHC | ?悟泣??謔 | 001111111110011111110110111010111110100000111111001111111111100111001100 | 3fe7f6ebe83f3ff9cc |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)