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 | ???oBF | 001111110011111100111111011011110100001001000110 | 3f3f3f6f4246 |
SJIS-WIN | 羣初皆oBF | 111000111011100010001111100010011000101001000110011011110100001001000110 | e3b88f898a466f4246 |
EUC-JP | 羣初皆oBF | 111001101011101010111101111010011011001110100111011011110100001001000110 | e6babde9b3a76f4246 |
UTF-8 | 羣初皆oBF | 111001111011111010100011111001011000100010011101111001111001101010000110011011110100001001000110 | e7bea3e5889de79a866f4246 |
UHC | ?初皆oBF | 0011111111110100111110001100101111001011011011110100001001000110 | 3ff4f8cbcb6f4246 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)