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 | 遞溯<^ | 11100111101010001001111111101000100000011000001101011110 | e7a89fe881835e |
EUC-JP | 遞溯<^ | 11101110101010101101111011101010101000011110001101011110 | eeaadeeaa1e35e |
UTF-8 | 遞溯<^ | 11101001100000011001111011100110101110101010111111101111101111001001110001011110 | e9819ee6baafefbc9c5e |
UHC | 遞溯<^ | 11110100111101101110000110111101101000111011110001011110 | f4f6e1bda3bc5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)