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 | テδ凝δ隈 | 110000111000001111000010100010111100001110000011110000101000110001000111 | c383c28bc383c28c47 |
EUC-JP | テδ凝δ隈 | 10001110110000111010011011000100101101101100010110100110110001001011011110101000 | 8ec3a6c4b6c5a6c4b7a8 |
UTF-8 | テδ凝δ隈 | 11101111101111101000001111001110101101001110010110000111100111011100111010110100111010011001101010001000 | efbe83ceb4e5879dceb4e99a88 |
UHC | ?δ凝δ? | 0011111110100101111001001110101111101010101001011110010000111111 | 3fa5e4ebeaa5e43f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)