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 | テδ堙δ唯 | 110000111000001111000010100110101100001110000011110000101001011101000010 | c383c29ac383c29742 |
EUC-JP | テδ堙δ唯 | 10001110110000111010011011000100110101001100010110100110110001001100110110100011 | 8ec3a6c4d4c5a6c4cda3 |
UTF-8 | テδ堙δ唯 | 11101111101111101000001111001110101101001110010110100000100110011100111010110100111001011001010010101111 | efbe83ceb4e5a099ceb4e594af |
UHC | ?δ?δ唯 | 0011111110100101111001000011111110100101111001001110101011100110 | 3fa5e43fa5e4eae6 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)