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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | 脱卒則奪 | 1001001001000101100100011011001010010001101001011001001001000100 | 924591b291a59244 |
EUC-JP | 脱卒則奪 | 1100001110100110110000101011010011000010101001111100001110100101 | c3a6c2b4c2a7c3a5 |
UTF-8 | 脱卒則奪 | 111010001000010010110001111001011000110110010010111001011000100110000111111001011010010110101010 | e884b1e58d92e58987e5a5aa |
UHC | ?卒則奪 | 00111111111100001110111111110110110011101111011110101100 | 3ff0eff6cef7ac |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)