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 | ??m | 001111110011111101101101 | 3f3f6d |
SJIS-WIN | 但息m | 1001001001000001100100011010011101101101 | 924191a76d |
EUC-JP | 但息m | 1100001110100010110000101010100101101101 | c3a2c2a96d |
UTF-8 | 但息m | 11100100101111011000011011100110100000011010111101101101 | e4bd86e681af6d |
UHC | 但息m | 1101001110100011111000111101001101101101 | d3a3e3d36d |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)