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 | ????F | 0011111100111111001111110011111101000110 | 3f3f3f3f46 |
SJIS-WIN | 辰卒辰卒F | 100100100100001110010001101100101001001001000011100100011011001001000110 | 924391b2924391b246 |
EUC-JP | 辰卒辰卒F | 110000111010010011000010101101001100001110100100110000101011010001000110 | c3a4c2b4c3a4c2b446 |
UTF-8 | 辰卒辰卒F | 11101000101111101011000011100101100011011001001011101000101111101011000011100101100011011001001001000110 | e8beb0e58d92e8beb0e58d9246 |
UHC | 辰卒辰卒F | 111100101110001111110000111011111111001011100011111100001110111101000110 | f2e3f0eff2e3f0ef46 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)