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 | テ崚湘カ | 110000111001101111000011100011111100001110110110 | c39bc38fc3b6 |
EUC-JP | テ崚湘カ | 1000111011000011110101101100010110111110110001011000111010110110 | 8ec3d6c5bec58eb6 |
UTF-8 | テ崚湘カ | 111011111011111010000011111001011011010010011010111001101011100110011000111011111011110110110110 | efbe83e5b49ae6b998efbdb6 |
UHC | ??湘? | 0011111100111111110111111100111100111111 | 3f3fdfcf3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)