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 | ??嶢??嶢^ | 001111110011111110011011110100000011111100111111100110111101000001011110 | 3f3f9bd03f3f9bd05e |
EUC-JP | ??嶢??嶢^ | 001111110011111111010110110100100011111100111111110101101101001001011110 | 3f3fd6d23f3fd6d25e |
UTF-8 | 송셍嶢송셍嶢^ | 11101100100001101010000111101100100001011000110111100101101101101010001011101100100001101010000111101100100001011000110111100101101101101010001001011110 | ec86a1ec858de5b6a2ec86a1ec858de5b6a25e |
UHC | 송셍嶢송셍嶢^ | 10111100110110111011110011000100111010001111001010111100110110111011110011000100111010001111001001011110 | bcdbbcc4e8f2bcdbbcc4e8f25e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)