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 | 譏楠逐 | 111001101001100010010011111011011001001010000000 | e69893ed9280 |
EUC-JP | 譏楠逐 | 111010111111100011000110111011111100001111100000 | ebf8c6efc3e0 |
UTF-8 | 譏楠逐 | 111010001010110110001111111001101010010110100000111010011000000010010000 | e8ad8fe6a5a0e98090 |
UHC | 譏楠逐 | 110100011100000111010001111110001111010111101111 | d1c1d1f8f5ef |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)