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 | ???^ | 00111111001111110011111101011110 | 3f3f3f5e |
SJIS-WIN | ??嶢^ | 0011111100111111100110111101000001011110 | 3f3f9bd05e |
EUC-JP | ??嶢^ | 0011111100111111110101101101001001011110 | 3f3fd6d25e |
UTF-8 | 셸셴嶢^ | 11101100100001011011100011101100100001011011010011100101101101101010001001011110 | ec85b8ec85b4e5b6a25e |
UHC | 셸셴嶢^ | 10111100110100001011110011001111111010001111001001011110 | bcd0bccfe8f25e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)