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 | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
SJIS-WIN | テδ淌δセテ | 110000111000001111000010100111111100001110000011110000101011111011000011 | c383c29fc383c2bec3 |
EUC-JP | テδ淌δセテ | 100011101100001110100110110001001101111011000101101001101100010010001110101111101000111011000011 | 8ec3a6c4dec5a6c48ebe8ec3 |
UTF-8 | テδ淌δセテ | 11101111101111101000001111001110101101001110011010110111100011001100111010110100111011111011110110111110111011111011111010000011 | efbe83ceb4e6b78cceb4efbdbeefbe83 |
UHC | ?δ?δ?? | 0011111110100101111001000011111110100101111001000011111100111111 | 3fa5e43fa5e43f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)