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 | 郤o就趁 | 1110011110111010100000101000111110001111010000011110011011100001 | e7ba828f8f41e6e1 |
EUC-JP | 郤o就趁 | 1110111010111100101000111110111110111101101000101110110011100011 | eebca3efbda2ece3 |
UTF-8 | 郤o就趁 | 111010011000001110100100111011111011110110001111111001011011000010110001111010001011011010000001 | e983a4efbd8fe5b0b1e8b681 |
UHC | ?o就? | 001111111010001111101111111101101010011000111111 | 3fa3eff6a63f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)