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 | ?????C | 001111110011111100111111001111110011111101000011 | 3f3f3f3f3f43 |
SJIS-WIN | ティテ淞肺C | 1100001110101000110000111001111111000010100101000111100001000011 | c3a8c39fc2947843 |
EUC-JP | ティテ淞肺C | 1000111011000011100011101010100010001110110000111101111011000100110001111101100101000011 | 8ec38ea88ec3dec4c7d943 |
UTF-8 | ティテ淞肺C | 11101111101111101000001111101111101111011010100011101111101111101000001111100110101101111001111011101000100000101011101001000011 | efbe83efbda8efbe83e6b79ee882ba43 |
UHC | ???淞肺C | 0011111100111111001111111110000111100111111110001100101101000011 | 3f3f3fe1e7f8cb43 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)