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 | 余?、愿 | 10010111010111010011111110000001010000011001110011000011 | 975d3f81419cc3 |
EUC-JP | 余?、愿 | 11001101101111100011111110100001101000101101100011000101 | cdbe3fa1a2d8c5 |
UTF-8 | 余뽯、愿 | 111001001011110110011001111010111011110110101111111000111000000010000001111001101000010010111111 | e4bd99ebbdafe38081e684bf |
UHC | 余뽯、愿 | 1110010111111001100101101110101110100001101000101110101010110100 | e5f996eba1a2eab4 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)