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 | 煜湿煜湿^ | 111110110101010110001110101111001111101101010101100011101011110001011110 | fb558ebcfb558ebc5e |
EUC-JP | 煜湿煜湿^ | 1000111111001001111111001011110010111110100011111100100111111100101111001011111001011110 | 8fc9fcbcbe8fc9fcbcbe5e |
UTF-8 | 煜湿煜湿^ | 11100111100001011001110011100110101110011011111111100111100001011001110011100110101110011011111101011110 | e7859ce6b9bfe7859ce6b9bf5e |
UHC | 煜?煜?^ | 11101001111100100011111111101001111100100011111101011110 | e9f23fe9f23f5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)