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 | テ湘固」 | 110000111000111111000011100011001100010110100011 | c38fc38cc5a3 |
EUC-JP | テ湘固」 | 1000111011000011101111101100010110111000110001111000111010100011 | 8ec3bec5b8c78ea3 |
UTF-8 | テ湘固」 | 111011111011111010000011111001101011100110011000111001011001101110111010111011111011110110100011 | efbe83e6b998e59bbaefbda3 |
UHC | ?湘固? | 001111111101111111001111110011011011001100111111 | 3fdfcfcdb33f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)