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 | ??倖??倖^ | 001111110011111110001100111101000011111100111111100011001111010001011110 | 3f3f8cf43f3f8cf45e |
EUC-JP | ??倖??倖^ | 001111110011111110111000111101100011111100111111101110001111011001011110 | 3f3fb8f63f3fb8f65e |
UTF-8 | 뤵樂倖뤵樂倖^ | 11101011101001001011010111101111101001011001110011100101100000001001011011101011101001001011010111101111101001011001110011100101100000001001011001011110 | eba4b5efa59ce58096eba4b5efa59ce580965e |
UHC | 뤵樂倖뤵樂倖^ | 10001111111000111101010110100101111110101011100010001111111000111101010110100101111110101011100001011110 | 8fe3d5a5fab88fe3d5a5fab85e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)