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 | ???BF | 0011111100111111001111110100001001000110 | 3f3f3f4246 |
SJIS-WIN | 銑五?BF | 10010001010011001000110011011100001111110100001001000110 | 914c8cdc3f4246 |
EUC-JP | 銑五?BF | 11000001101011011011100011011110001111110100001001000110 | c1adb8de3f4246 |
UTF-8 | 銑五렫BF | 1110100110001010100100011110010010111010100101001110101110100000101010110100001001000110 | e98a91e4ba94eba0ab4246 |
UHC | 銑五렫BF | 1110000011010101111001111110100110001110101110010100001001000110 | e0d5e7e98eb94246 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)