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 | テ姪氾古ュ | 1100001110010110110000111001010011000011100011001100001110101101 | c396c394c38cc3ad |
EUC-JP | テ姪氾古ュ | 10001110110000111100110011000101110010001100010110111000110001011000111010101101 | 8ec3ccc5c8c5b8c58ead |
UTF-8 | テ姪氾古ュ | 111011111011111010000011111001011010011110101010111001101011000010111110111001011000111110100100111011111011110110101101 | efbe83e5a7aae6b0bee58fa4efbdad |
UHC | ?姪氾古? | 0011111111110010111010111101101111110000110011011010111100111111 | 3ff2ebdbf0cdaf3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)