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 | 00111111001111110011111101000110 | 3f3f3f46 |
SJIS-WIN | ?朞走F | 001111111001111001001101100100011001011001000110 | 3f9e4d919646 |
EUC-JP | ?朞走F | 001111111101101110101110110000011111011001000110 | 3fdbaec1f646 |
UTF-8 | 룵朞走F | 11101011101000111011010111100110100111001001111011101000101101011011000001000110 | eba3b5e69c9ee8b5b046 |
UHC | 룵朞走F | 10001111101010101101000110100001111100011100101101000110 | 8faad1a1f1cb46 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)