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 | ??dD??dD^ | 001111110011111101100100010001000011111100111111011001000100010001011110 | 3f3f64443f3f64445e |
SJIS-WIN | テェdDテェdD^ | 110000111010101001100100010001001100001110101010011001000100010001011110 | c3aa6444c3aa64445e |
EUC-JP | テェdDテェdD^ | 10001110110000111000111010101010011001000100010010001110110000111000111010101010011001000100010001011110 | 8ec38eaa64448ec38eaa64445e |
UTF-8 | テェdDテェdD^ | 1110111110111110100000111110111110111101101010100110010001000100111011111011111010000011111011111011110110101010011001000100010001011110 | efbe83efbdaa6444efbe83efbdaa64445e |
UHC | ??dD??dD^ | 001111110011111101100100010001000011111100111111011001000100010001011110 | 3f3f64443f3f64445e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)