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 | ???[???[^ | 001111110011111100111111010110110011111100111111001111110101101101011110 | 3f3f3f5b3f3f3f5b5e |
SJIS-WIN | ゚靍ヤ[゚靍ヤ[^ | 1101111111111011111100001101010001011011110111111111101111110000110101000101101101011110 | dffbf0d45bdffbf0d45b5e |
EUC-JP | ゚?ヤ[゚?ヤ[^ | 10001110110111110011111110001110110101000101101110001110110111110011111110001110110101000101101101011110 | 8edf3f8ed45b8edf3f8ed45b5e |
UTF-8 | ゚靍ヤ[゚靍ヤ[^ | 111011111011111010011111111010011001110110001101111011111011111010010100010110111110111110111110100111111110100110011101100011011110111110111110100101000101101101011110 | efbe9fe99d8defbe945befbe9fe99d8defbe945b5e |
UHC | ???[???[^ | 001111110011111100111111010110110011111100111111001111110101101101011110 | 3f3f3f5b3f3f3f5b5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)