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 | 亦??訝? | 10010110100100100011111100111111111001100110001000111111 | 96923f3fe6623f |
EUC-JP | 亦??訝? | 11001011111100100011111100111111111010111100001100111111 | cbf23f3febc33f |
UTF-8 | 亦삣갰訝딉 | 111001001011101010100110111011001000001010100011111010101011000010110000111010001010100010011101111010111001010010001001 | e4baa6ec82a3eab0b0e8a89deb9489 |
UHC | 亦삣갰訝딉 | 11100110101100101011101111100101101100001011101011100100101110001000101011101111 | e6b2bbe5b0bae4b88aef |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)