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 | ?????㎞ | 00111111001111110011111100111111001111111000011101110001 | 3f3f3f3f3f8771 |
EUC-JP | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
UTF-8 | 梨ㅽ쉮淋욎㎞ | 111011111010011110100010111000111000010110111101111011001000100110101110111011111010011110110101111011001001101010001110111000111000111010011110 | efa7a2e385bdec89aeefa7b5ec9a8ee38e9e |
UHC | 梨ㅽ쉮淋욎㎞ | 111011001011000110100100111011011001101010000110111011001111100010011110111011001010011110110000 | ecb1a4ed9a86ecf89eeca7b0 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)