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 | ???^ | 00111111001111110011111101011110 | 3f3f3f5e |
SJIS-WIN | 奪卒則^ | 10010010010001001001000110110010100100011010010101011110 | 924491b291a55e |
EUC-JP | 奪卒則^ | 11000011101001011100001010110100110000101010011101011110 | c3a5c2b4c2a75e |
UTF-8 | 奪卒則^ | 11100101101001011010101011100101100011011001001011100101100010011000011101011110 | e5a5aae58d92e589875e |
UHC | 奪卒則^ | 11110111101011001111000011101111111101101100111001011110 | f7acf0eff6ce5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)