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 | ?^{?^s | 001111110101111001111011001111110101111001110011 | 3f5e7b3f5e73 |
SJIS-WIN | 奪^{奪^s | 1001001001000100010111100111101110010010010001000101111001110011 | 92445e7b92445e73 |
EUC-JP | 奪^{奪^s | 1100001110100101010111100111101111000011101001010101111001110011 | c3a55e7bc3a55e73 |
UTF-8 | 奪^{奪^s | 11100101101001011010101001011110011110111110010110100101101010100101111001110011 | e5a5aa5e7be5a5aa5e73 |
UHC | 奪^{奪^s | 1111011110101100010111100111101111110111101011000101111001110011 | f7ac5e7bf7ac5e73 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)