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 | ????^ | 0011111100111111001111110011111101011110 | 3f3f3f3f5e |
SJIS-WIN | ????^ | 0011111100111111001111110011111101011110 | 3f3f3f3f5e |
EUC-JP | ?莩?莩^ | 001111111000111111011000101100100011111110001111110110001011001001011110 | 3f8fd8b23f8fd8b25e |
UTF-8 | 쾅莩쾅莩^ | 11101100101111101000010111101000100011101010100111101100101111101000010111101000100011101010100101011110 | ecbe85e88ea9ecbe85e88ea95e |
UHC | 쾅莩쾅莩^ | 110001001110011111011101101101001100010011100111110111011011010001011110 | c4e7ddb4c4e7ddb45e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)