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 | テδ凝δ靴 | 110000111000001111000010100010111100001110000011110000101000110001000011 | c383c28bc383c28c43 |
EUC-JP | テδ凝δ靴 | 10001110110000111010011011000100101101101100010110100110110001001011011110100100 | 8ec3a6c4b6c5a6c4b7a4 |
UTF-8 | テδ凝δ靴 | 11101111101111101000001111001110101101001110010110000111100111011100111010110100111010011001110110110100 | efbe83ceb4e5879dceb4e99db4 |
UHC | ?δ凝δ靴 | 001111111010010111100100111010111110101010100101111001001111110010101000 | 3fa5e4ebeaa5e4fca8 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)