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 | 筌羚筌羚^ | 111000101010001111100011101101111110001010100011111000111011011101011110 | e2a3e3b7e2a3e3b75e |
EUC-JP | 筌羚筌羚^ | 111001001010010111100110101110011110010010100101111001101011100101011110 | e4a5e6b9e4a5e6b95e |
UTF-8 | 筌羚筌羚^ | 11100111101011011000110011100111101111101001101011100111101011011000110011100111101111101001101001011110 | e7ad8ce7be9ae7ad8ce7be9a5e |
UHC | 筌羚筌羚^ | 111011111010011111010110101111101110111110100111110101101011111001011110 | efa7d6beefa7d6be5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)