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 | 亦???? | 100101101001001000111111001111110011111100111111 | 96923f3f3f3f |
EUC-JP | 亦???? | 110010111111001000111111001111110011111100111111 | cbf23f3f3f3f |
UTF-8 | 亦꺨븍옓若 | 111001001011101010100110111010101011101010101000111010111011100010001101111011001001100010010011111011111010010110110100 | e4baa6eabaa8ebb88dec9893efa5b4 |
UHC | 亦꺨븍옓若 | 11100110101100101000001111001110101110101110101110011110100110011110010110101110 | e6b283cebaeb9e99e5ae |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)