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 | テδ禿つキ | 1100001110000011110000101001001111000011100000101100001010110111 | c383c293c382c2b7 |
EUC-JP | テδ禿つキ | 10001110110000111010011011000100110001101100010110100100110001001000111010110111 | 8ec3a6c4c6c5a4c48eb7 |
UTF-8 | テδ禿つキ | 1110111110111110100000111100111010110100111001111010011010111111111000111000000110100100111011111011110110110111 | efbe83ceb4e7a6bfe381a4efbdb7 |
UHC | ?δ禿つ? | 0011111110100101111001001101010010111110101010101100010000111111 | 3fa5e4d4beaac43f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)