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 | テδ敕δ. | 110000111000001111000010100111011100001110000011110000101000000101000100 | c383c29dc383c28144 |
EUC-JP | テδ敕δ. | 10001110110000111010011011000100110110101100010110100110110001001010000110100101 | 8ec3a6c4dac5a6c4a1a5 |
UTF-8 | テδ敕δ. | 11101111101111101000001111001110101101001110011010010101100101011100111010110100111011111011110010001110 | efbe83ceb4e69595ceb4efbc8e |
UHC | ?δ?δ. | 0011111110100101111001000011111110100101111001001010001110101110 | 3fa5e43fa5e4a3ae |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)