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 | B h | 1001001001000010100100011010000001101000 | 924291a068 |
SJIS-WIN | ?B??h | 0011111101000010001111110011111101101000 | 3f423f3f68 |
EUC-JP | ?B??h | 0011111101000010001111110011111101101000 | 3f423f3f68 |
UTF-8 | B h | 1100001010010010010000101100001010010001110000101010000001101000 | c29242c291c2a068 |
UHC | ?B??h | 0011111101000010001111110011111101101000 | 3f423f3f68 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)