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 | 111000001100110111100100101100101110000011001101111001001011001001000010 | e0cde4b2e0cde4b242 |
EUC-JP | 猩茣猩茣B | 111000001100111111101000101101001110000011001111111010001011010001000010 | e0cfe8b4e0cfe8b442 |
UTF-8 | 猩茣猩茣B | 11100111100011001010100111101000100011001010001111100111100011001010100111101000100011001010001101000010 | e78ca9e88ca3e78ca9e88ca342 |
UHC | 猩?猩?B | 11100000111110100011111111100000111110100011111101000010 | e0fa3fe0fa3f42 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)