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 | 0011111100111111001111110011111101000010 | 3f3f3f3f42 |
SJIS-WIN | ?雙?薪B | 00111111100110011101010000111111100100000110010001000010 | 3f99d43f906442 |
EUC-JP | ?雙?薪B | 00111111110100101101011000111111101111111100010101000010 | 3fd2d63fbfc542 |
UTF-8 | 먚雙먚薪B | 11101011101010001001101011101001100110111001100111101011101010001001101011101000100101101010101001000010 | eba89ae99b99eba89ae896aa42 |
UHC | 먚雙먚薪B | 100100001101011111100100101010101001000011010111111000111110111101000010 | 90d7e4aa90d7e3ef42 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)