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 | テδ佚δ甘 | 110000111000001111000010100110001100001110000011110000101000101011000011 | c383c298c383c28ac3 |
EUC-JP | テδ佚δ甘 | 10001110110000111010011011000100110100001100010110100110110001001011010011000101 | 8ec3a6c4d0c5a6c4b4c5 |
UTF-8 | テδ佚δ甘 | 11101111101111101000001111001110101101001110010010111101100110101100111010110100111001111001010010011000 | efbe83ceb4e4bd9aceb4e79498 |
UHC | ?δ佚δ甘 | 001111111010010111100100111011001110101010100101111001001100101011110110 | 3fa5e4eceaa5e4caf6 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)