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 | ?????{d | 00111111001111110011111100111111001111110111101101100100 | 3f3f3f3f3f7b64 |
SJIS-WIN | テδ佚δ喪{d | 1100001110000011110000101001100011000011100000111100001010010001011100100111101101100100 | c383c298c383c291727b64 |
EUC-JP | テδ佚δ喪{d | 100011101100001110100110110001001101000011000101101001101100010011000001110100110111101101100100 | 8ec3a6c4d0c5a6c4c1d37b64 |
UTF-8 | テδ佚δ喪{d | 111011111011111010000011110011101011010011100100101111011001101011001110101101001110010110010110101010100111101101100100 | efbe83ceb4e4bd9aceb4e596aa7b64 |
UHC | ?δ佚δ喪{d | 0011111110100101111001001110110011101010101001011110010011011111110000110111101101100100 | 3fa5e4eceaa5e4dfc37b64 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)