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 | ?????@B | 00111111001111110011111100111111001111110100000001000010 | 3f3f3f3f3f4042 |
SJIS-WIN | テつ偲δァ@B | 11000011100000101100001010001110110000111000001111000010101001110100000001000010 | c382c28ec383c2a74042 |
EUC-JP | テつ偲δァ@B | 100011101100001110100100110001001011110011000101101001101100010010001110101001110100000001000010 | 8ec3a4c4bcc5a6c48ea74042 |
UTF-8 | テつ偲δァ@B | 11101111101111101000001111100011100000011010010011100101100000011011001011001110101101001110111110111101101001110100000001000010 | efbe83e381a4e581b2ceb4efbda74042 |
UHC | ?つ?δ?@B | 001111111010101011000100001111111010010111100100001111110100000001000010 | 3faac43fa5e43f4042 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)