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 | ??Dh??D | 00111111001111110100010001101000001111110011111101000100 | 3f3f44683f3f44 |
SJIS-WIN | テヲDhテヲD | 11000011101001100100010001101000110000111010011001000100 | c3a64468c3a644 |
EUC-JP | テヲDhテヲD | 1000111011000011100011101010011001000100011010001000111011000011100011101010011001000100 | 8ec38ea644688ec38ea644 |
UTF-8 | テヲDhテヲD | 111011111011111010000011111011111011110110100110010001000110100011101111101111101000001111101111101111011010011001000100 | efbe83efbda64468efbe83efbda644 |
UHC | ??Dh??D | 00111111001111110100010001101000001111110011111101000100 | 3f3f44683f3f44 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)