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 | ?? | 0011111100111111 | 3f3f |
SJIS-WIN | 稔瀏 | 10010110101010111110000001100111 | 96abe067 |
EUC-JP | 稔瀏 | 11001100101011011101111111001000 | ccaddfc8 |
UTF-8 | 稔瀏 | 111001111010100010010100111001111000000010001111 | e7a894e7808f |
UHC | 稔瀏 | 11101100111110011101011110110111 | ecf9d7b7 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)