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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-WIN | テつ凖δ友 | 110000111000001011000010100110011100001110000011110000101001011101000110 | c382c299c383c29746 |
EUC-JP | テつ凖δ友 | 10001110110000111010010011000100110100101100010110100110110001001100110110100111 | 8ec3a4c4d2c5a6c4cda7 |
UTF-8 | テつ凖δ友 | 1110111110111110100000111110001110000001101001001110010110000111100101101100111010110100111001011000111110001011 | efbe83e381a4e58796ceb4e58f8b |
UHC | ?つ?δ友 | 0011111110101010110001000011111110100101111001001110100111010010 | 3faac43fa5e4e9d2 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)