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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | 隰ウ隕唯 | 11101000101011001011001111101000101001101001011101000010 | e8acb3e8a69742 |
EUC-JP | 隰ウ隕唯 | 1111000010101110100011101011001111110000101010001100110110100011 | f0ae8eb3f0a8cda3 |
UTF-8 | 隰ウ隕唯 | 111010011001101010110000111011111011110110110011111010011001101010010101111001011001010010101111 | e99ab0efbdb3e99a95e594af |
UHC | ??隕唯 | 001111110011111111101010101000101110101011100110 | 3f3feaa2eae6 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)