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 | 001111110011111100111111001111110011111101000010 | 3f3f3f3f3f42 |
SJIS-WIN | 奬????B | 10011010111110110011111100111111001111110011111101000010 | 9afb3f3f3f3f42 |
EUC-JP | 奬????B | 11010100111111010011111100111111001111110011111101000010 | d4fd3f3f3f3f42 |
UTF-8 | 奬잭浪롋뺨B | 11100101101001011010110011101100100111101010110111101111101001001010101011101011101000011000101111101011101110101010100001000010 | e5a5acec9eadefa4aaeba18bebbaa842 |
UHC | 奬잭浪롋뺨B | 1110110111100001110000001110100011010010101010011000111011010001101110111011010001000010 | ede1c0e8d2a98ed1bbb442 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)