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 | テ湘嘉ウテ | 11000011100011111100001110001001110000111011001111000011 | c38fc389c3b3c3 |
EUC-JP | テ湘嘉ウテ | 10001110110000111011111011000101101100101100010110001110101100111000111011000011 | 8ec3bec5b2c58eb38ec3 |
UTF-8 | テ湘嘉ウテ | 111011111011111010000011111001101011100110011000111001011001100010001001111011111011110110110011111011111011111010000011 | efbe83e6b998e59889efbdb3efbe83 |
UHC | ?湘嘉?? | 00111111110111111100111111001010101010010011111100111111 | 3fdfcfcaa93f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)