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 | 棕払燻 | 100111101010000110010101101001011110000010001110 | 9ea195a5e08e |
EUC-JP | 棕払燻 | 110111001010001111001010101001111101111111101110 | dca3caa7dfee |
UTF-8 | 棕払燻 | 111001101010001110010101111001101000100110010101111001111000011110111011 | e6a395e68995e787bb |
UHC | 棕?燻 | 1111000011110111001111111111110110111000 | f0f73ffdb8 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)