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 | 茯域恭^ | 11100100101010001000100011100110100010111011000101011110 | e4a888e68bb15e |
EUC-JP | 茯域恭^ | 11101000101010101011000011101000101101101011001101011110 | e8aab0e8b6b35e |
UTF-8 | 茯域恭^ | 11101000100011001010111111100101100111111001111111100110100000011010110101011110 | e88cafe59f9fe681ad5e |
UHC | 茯域恭^ | 11011100110110101110011010110100110011011111000101011110 | dcdae6b4cdf15e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)