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 | タ靦 | 1111100111111100110000001110100011010001 | f9fcc0e8d1 |
EUC-JP | ?タ靦 | 0011111110001110110000001111000011010011 | 3f8ec0f0d3 |
UTF-8 | タ靦 | 111011101001110110010111111011111011111010000000111010011001110110100110 | ee9d97efbe80e99da6 |
UHC | ??? | 001111110011111100111111 | 3f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)