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 | ??????^ | 00111111001111110011111100111111001111110011111101011110 | 3f3f3f3f3f3f5e |
SJIS-WIN | ??????^ | 00111111001111110011111100111111001111110011111101011110 | 3f3f3f3f3f3f5e |
EUC-JP | ??????^ | 00111111001111110011111100111111001111110011111101011110 | 3f3f3f3f3f3f5e |
UTF-8 | 창체혡혢혖쨔^ | 11101100101100001011110111101100101100101011010011101101100110001010000111101101100110001010001011101101100110001001011011101100101010001001010001011110 | ecb0bdecb2b4ed98a1ed98a2ed9896eca8945e |
UHC | 창체혡혢혖쨔^ | 11000011101000101100001110111100110000101000101011000010100010111100001010000001110000101011100101011110 | c3a2c3bcc28ac28bc281c2b95e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)