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 | ??? | 001111110011111100111111 | 3f3f3f |
SJIS-WIN | 軏梧谿 | 111110111011001010001100111001101110011010101110 | fbb28ce6e6ae |
EUC-JP | 軏梧谿 | 10001111111000001101100110111000111010001110110010110000 | 8fe0d9b8e8ecb0 |
UTF-8 | 軏梧谿 | 111010001011101110001111111001101010001010100111111010001011000010111111 | e8bb8fe6a2a7e8b0bf |
UHC | ?梧谿 | 0011111111100111111111001100110110101100 | 3fe7fccdac |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)