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 | ??? | 001111110011111100111111 | 3f3f3f |
SJIS-WIN | 跣∫亨 | 111001101110111110000001111001111000101110011100 | e6ef81e78b9c |
EUC-JP | 跣∫亨 | 111011001111000110100010111010011011010111111100 | ecf1a2e9b5fc |
UTF-8 | 跣∫亨 | 111010001011011110100011111000101000100010101011111001001011101010101000 | e8b7a3e288abe4baa8 |
UHC | 跣∫亨 | 111000001101001110100001111100101111101011111011 | e0d3a1f2fafb |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)