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 | 譚「譛エ | 111001101001110110100010111001101001110010110100 | e69da2e69cb4 |
EUC-JP | 譚「譛エ | 1110101111111101100011101010001011101011111111001000111010110100 | ebfd8ea2ebfc8eb4 |
UTF-8 | 譚「譛エ | 111010001010110110011010111011111011110110100010111010001010110110011011111011111011110110110100 | e8ad9aefbda2e8ad9befbdb4 |
UHC | 譚??? | 1101001111001001001111110011111100111111 | d3c93f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)