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 | ?贇靦 | 0011111111100110110101001110100011010001 | 3fe6d4e8d1 |
EUC-JP | 弰贇靦 | 10001111101111001110110011101100110101101111000011010011 | 8fbcececd6f0d3 |
UTF-8 | 弰贇靦 | 111001011011110010110000111010001011010010000111111010011001110110100110 | e5bcb0e8b487e99da6 |
UHC | ?贇? | 00111111111010111100101100111111 | 3febcb3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)