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 | モ箚。曺 | 110100111110001010110010101000011111101011011110 | d3e2b2a1fade |
EUC-JP | モ箚。曺 | 100011101101001111100100101101001000111010100001100011111100001011101101 | 8ed3e4b48ea18fc2ed |
UTF-8 | モ箚。曺 | 111011111011111010010011111001111010111010011010111011111011110110100001111001101001101110111010 | efbe93e7ae9aefbda1e69bba |
UHC | ?箚?曺 | 001111111111001110110000001111111111000011000110 | 3ff3b03ff0c6 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)