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 | ????^ | 0011111100111111001111110011111101011110 | 3f3f3f3f5e |
SJIS-WIN | 捨識^ | 100011101100110011110000101011101111000011111100100011101010111101011110 | 8eccf0aef0fc8eaf5e |
EUC-JP | 捨??識^ | 10111100110011100011111100111111101111001011000101011110 | bcce3f3fbcb15e |
UTF-8 | 捨識^ | 11100110100011011010100011101110100000011010110111101110100000101011101111101000101011011001100001011110 | e68da8ee81adee82bbe8ad985e |
UHC | 捨??識^ | 11011110110101110011111100111111111000111101101101011110 | ded73f3fe3db5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)