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 | ??????B | 00111111001111110011111100111111001111110011111101000010 | 3f3f3f3f3f3f42 |
SJIS-WIN | 脱揃続脱揃続B | 10010010010001011001000110110101100100011011000110010010010001011001000110110101100100011011000101000010 | 924591b591b1924591b591b142 |
EUC-JP | 脱揃続脱揃続B | 11000011101001101100001010110111110000101011001111000011101001101100001010110111110000101011001101000010 | c3a6c2b7c2b3c3a6c2b7c2b342 |
UTF-8 | 脱揃続脱揃続B | 11101000100001001011000111100110100011111000001111100111101101101001101011101000100001001011000111100110100011111000001111100111101101101001101001000010 | e884b1e68f83e7b69ae884b1e68f83e7b69a42 |
UHC | ??????B | 00111111001111110011111100111111001111110011111101000010 | 3f3f3f3f3f3f42 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)