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 | 00111111001111110011111101000110 | 3f3f3f46 |
EUC-JP | ?飡?F | 001111111000111111101000110010000011111101000110 | 3f8fe8c83f46 |
UTF-8 | 먬飡烈F | 11101011101010001010110011101001101000111010000111101111101001101001111101000110 | eba8ace9a3a1efa69f46 |
UHC | 먬飡烈F | 10010000111010011110000111100010111001101110111101000110 | 90e9e1e2e6ef46 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)