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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-WIN | 畏?〕唯? | 1000100011011000001111111000000101101100100101110100001000111111 | 88d83f816c97423f |
EUC-JP | 畏?〕唯? | 1011000011011010001111111010000111001101110011011010001100111111 | b0da3fa1cdcda33f |
UTF-8 | 畏븍〕唯답 | 111001111001010110001111111010111011100010001101111000111000000010010101111001011001010010101111111010111000101110110101 | e7958febb88de38095e594afeb8bb5 |
UHC | 畏븍〕唯답 | 11101000111001101011101011101011101000011011001111101010111001101011010011100100 | e8e6baeba1b3eae6b4e4 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)