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 | ûPáwF | 1111101101010000111000010111011101000110 | fb50e17746 |
SJIS-WIN | ?P?wF | 0011111101010000001111110111011101000110 | 3f503f7746 |
EUC-JP | ûPáwF | 100011111010101111100101010100001000111110101011101000010111011101000110 | 8fabe5508faba17746 |
UTF-8 | ûPáwF | 11000011101110110101000011000011101000010111011101000110 | c3bb50c3a17746 |
UHC | ?P?wF | 0011111101010000001111110111011101000110 | 3f503f7746 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)