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 | テ療陛偲ォ | 1100001110010111110000111001010111000011100011101100001110101011 | c397c395c38ec3ab |
EUC-JP | テ療陛偲ォ | 10001110110000111100111011000101110010101100010110111100110001011000111010101011 | 8ec3cec5cac5bcc58eab |
UTF-8 | テ療陛偲ォ | 111011111011111010000011111001111001100110000010111010011001100110011011111001011000000110110010111011111011110110101011 | efbe83e79982e9999be581b2efbdab |
UHC | ?療陛?? | 00111111110101101111101111111000110011100011111100111111 | 3fd6fbf8ce3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)